From 464a6efcdc76ee3cc6393e4edde04bd526107b54 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Mon, 11 Sep 2023 11:09:07 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9C=8D=E5=8A=A1=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B8=8E=E5=90=AF=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 服务部署与启动.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/服务部署与启动.md b/服务部署与启动.md index 2d96b29..838476c 100644 --- a/服务部署与启动.md +++ b/服务部署与启动.md @@ -4,13 +4,21 @@      Python版本: 3.9+      pip版本: 3.9+ + 其它需要用到的包: + langchain==0.0.207 + openai==0.27.4 + fastapi==0.95.1 + chromadb==0.3.21 + tiktoken==0.3.3 + uvicorn[standard]==0.21.1 + pandas==1.5.3 注意事项: