[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
93
langchain-chat/requirements.txt
Normal file
93
langchain-chat/requirements.txt
Normal file
@@ -0,0 +1,93 @@
|
||||
langchain==0.1.16
|
||||
langchain-core==0.1.42
|
||||
langchain-community==0.0.32
|
||||
langchain-text-splitters==0.0.1
|
||||
langchain-experimental==0.0.57
|
||||
langchain-openai==0.0.6
|
||||
|
||||
torch==2.1.2
|
||||
torchvision==0.16.2
|
||||
torchaudio==2.1.2
|
||||
xformers==0.0.23.post1
|
||||
transformers==4.37.2
|
||||
transformers_stream_generator==0.0.4
|
||||
vllm==0.2.7; sys_platform == "linux"
|
||||
|
||||
huggingface_hub>=0.20.0,<0.25.0
|
||||
sentence_transformers==2.2.2
|
||||
|
||||
packaging==23.2
|
||||
click==8.2.1
|
||||
Pillow==9.5.0
|
||||
pydantic==1.10.13
|
||||
|
||||
uvicorn>=0.27.0.post1
|
||||
fschat==0.2.35
|
||||
openai==1.10.0
|
||||
fastapi==0.109.0
|
||||
sse_starlette==1.8.2
|
||||
nltk==3.8.1
|
||||
starlette==0.35.0
|
||||
unstructured[all-docs] # ==0.11.8
|
||||
python-magic-bin; sys_platform == 'win32'
|
||||
SQLAlchemy==2.0.25
|
||||
accelerate==0.24.1
|
||||
spacy==3.7.2
|
||||
PyMuPDF==1.23.16
|
||||
rapidocr_onnxruntime==1.3.8
|
||||
requests==2.31.0
|
||||
pathlib==1.0.1
|
||||
numexpr==2.8.6
|
||||
strsimpy==0.2.1
|
||||
markdownify==0.11.6
|
||||
tiktoken==0.5.2
|
||||
tqdm==4.66.1
|
||||
websockets==12.0
|
||||
numpy==1.24.4
|
||||
pandas==2.0.3
|
||||
einops==0.7.0
|
||||
# llama-index==0.9.35
|
||||
|
||||
# jq==1.6.0
|
||||
# beautifulsoup4==4.12.2
|
||||
# pysrt==1.1.2
|
||||
# dashscope==1.13.6 # qwen
|
||||
# volcengine==1.0.119 # fangzhou
|
||||
|
||||
oss2==2.19.1
|
||||
pymysql==1.1.2
|
||||
apscheduler==3.11.2
|
||||
jieba==0.42.1
|
||||
textrank4zh==0.3
|
||||
cssutils==2.11.1
|
||||
geoip2==5.2.0
|
||||
|
||||
# 向量数据库
|
||||
faiss-cpu==1.7.4 # `conda install faiss-gpu -c conda-forge` if you want to accelerate with gpus
|
||||
pymilvus>=2.3.4
|
||||
# psycopg2==2.9.9
|
||||
# pgvector>=0.2.4
|
||||
# chromadb==0.4.13
|
||||
|
||||
# 外部服务(arxiv/搜索)
|
||||
arxiv==2.1.0
|
||||
youtube-search==2.1.2
|
||||
duckduckgo-search==3.9.9
|
||||
metaphor-python==0.1.23
|
||||
|
||||
# 网页服务
|
||||
streamlit==1.30.0
|
||||
streamlit-option-menu==0.3.12
|
||||
streamlit-antd-components==0.3.1
|
||||
streamlit-chatbox==1.1.11
|
||||
streamlit-modal==0.1.0
|
||||
streamlit-aggrid==0.3.4.post3
|
||||
|
||||
httpx==0.26.0
|
||||
httpx_sse==0.4.0
|
||||
watchdog==3.0.0
|
||||
pyjwt==2.8.0
|
||||
selenium==4.39.0
|
||||
fake-useragent==2.2.0
|
||||
|
||||
pytest==7.4.3
|
||||
Reference in New Issue
Block a user