Langchain-Chatchat/requirements.txt

22 lines
408 B
Plaintext
Raw Normal View History

2023-08-08 23:54:51 +08:00
langchain==0.0.257
2023-05-31 22:31:54 +08:00
openai
2023-07-27 23:22:07 +08:00
sentence_transformers
fschat==0.2.20
2023-07-27 23:22:07 +08:00
transformers
2023-05-21 22:27:02 +08:00
torch~=2.0.0
2023-07-27 23:22:07 +08:00
fastapi~=0.99.1
fastapi-offline
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-08 14:29:08 +08:00
# uncomment libs if you want to use corresponding vector store
# pymilvus==2.1.3 # requires milvus==2.1.3
# psycopg2
# pgvector