Langchain-Chatchat/requirements_api.txt

26 lines
480 B
Plaintext
Raw Normal View History

langchain==0.0.287
fschat[model_worker]==0.2.28
2023-08-12 10:44:04 +08:00
openai
sentence_transformers
2023-08-16 16:15:45 +08:00
transformers>=4.31.0
2023-08-12 10:44:04 +08:00
torch~=2.0.0
fastapi~=0.99.1
nltk~=3.8.1
uvicorn~=0.23.1
starlette~=0.27.0
pydantic~=1.10.11
unstructured[all-docs]
python-magic-bin; sys_platform == 'win32'
SQLAlchemy==2.0.19
faiss-cpu
2023-08-13 10:25:02 +08:00
nltk
2023-08-25 22:16:49 +08:00
accelerate
spacy
PyMuPDF==1.22.5
rapidocr_onnxruntime>=1.3.1
2023-08-12 10:44:04 +08:00
# uncomment libs if you want to use corresponding vector store
# pymilvus==2.1.3 # requires milvus==2.1.3
# psycopg2
# pgvector