mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
resolve docker yaml
This commit is contained in:
parent
fcae0138b7
commit
0554e7a72f
@ -1,17 +0,0 @@
|
||||
fastapi
|
||||
pydantic
|
||||
uvicorn
|
||||
dashscope #optional(使用阿里灵积时安装)
|
||||
volcengine #optional(使用火山翻译时安装)
|
||||
python-docx
|
||||
BCEmbedding==0.1.3
|
||||
langchain==0.1.0
|
||||
langchain-community==0.0.9
|
||||
langchain-core==0.1.7
|
||||
langsmith==0.0.77
|
||||
# faiss-gpu for gpu environment
|
||||
faiss-cpu # for cpu-only environment
|
||||
pocketbase==0.10.0
|
||||
gne
|
||||
selenium
|
||||
chardet
|
@ -19,3 +19,4 @@ services:
|
||||
volumes:
|
||||
#- ./${PROJECT_DIR}:/app/${PROJECT_DIR}
|
||||
- ${EMBEDDING_MODEL_PATH}:${EMBEDDING_MODEL_PATH}
|
||||
- ${RERANKER_MODEL_PATH}:${RERANKER_MODEL_PATH}
|
||||
|
Loading…
Reference in New Issue
Block a user