Files
ailine/requirement.txt

44 lines
713 B
Plaintext
Raw Normal View History

2026-04-20 20:54:43 +08:00
# Core
pydantic==2.12.5
python-dotenv==1.2.2
typing-extensions==4.15.0
2026-04-16 04:00:11 +08:00
2026-04-20 20:54:43 +08:00
# LangChain
2026-04-16 04:00:11 +08:00
langchain==1.2.15
langchain-community==0.4.1
langchain-core==1.2.28
langchain-openai==1.1.12
2026-04-20 18:19:25 +08:00
langchain-qdrant==1.1.0
2026-04-20 20:54:43 +08:00
langgraph==1.1.6
langgraph-checkpoint-postgres==3.0.5
2026-04-16 04:00:11 +08:00
2026-04-20 20:54:43 +08:00
# Vector DB
2026-04-16 04:00:11 +08:00
qdrant-client==1.17.1
2026-04-20 20:54:43 +08:00
# Memory
2026-04-16 04:00:11 +08:00
mem0ai==1.0.11
2026-04-20 20:54:43 +08:00
# Backend
2026-04-16 04:00:11 +08:00
fastapi==0.135.3
uvicorn[standard]==0.44.0
2026-04-20 20:54:43 +08:00
# Database
2026-04-20 18:19:25 +08:00
asyncpg==0.31.0
2026-04-20 20:54:43 +08:00
psycopg[binary]==3.3.3
2026-04-16 04:00:11 +08:00
2026-04-20 20:54:43 +08:00
# HTTP
2026-04-20 18:19:25 +08:00
httpx==0.28.1
aiohttp==3.13.5
2026-04-20 20:54:43 +08:00
# Utilities
2026-04-20 18:19:25 +08:00
tenacity==9.1.4
2026-04-20 20:54:43 +08:00
rich==15.0.0
PyYAML==6.0.3
2026-04-20 18:19:25 +08:00
2026-04-20 20:54:43 +08:00
# Document Processing
unstructured==0.22.21
pypdf==6.10.0
beautifulsoup4==4.14.3
lxml==6.1.0
pandas==3.0.2 # 若需Excel保留否则移除
spacy==3.8.14 # unstructured 可能依赖