Files
ailine/requirement.txt

47 lines
804 B
Plaintext
Raw Normal View History

2026-04-12 01:46:51 +08:00
# Core
pypdf>=3.0.0
pandas>=2.0.0
requests>=2.31.0
beautifulsoup4>=4.12.0
# LangChain ecosystem
langchain>=0.1.0
langchain-community>=0.0.10
2026-04-13 21:52:49 +08:00
# langchain-huggingface>=0.0.3 # 注释:如使用在线 Embedding API 则不需要
2026-04-12 01:46:51 +08:00
langchain-core>=0.1.0
langchain-openai>=0.0.5
2026-04-13 21:52:49 +08:00
langchain-text-splitters>=0.1.0
langchain-qdrant>=0.1.0 # Qdrant 向量存储集成
2026-04-13 21:52:49 +08:00
# Vector Database
qdrant-client>=1.7.0 # Qdrant 客户端
# Mem0 (Memory Layer)
mem0ai>=0.1.0
2026-04-12 01:46:51 +08:00
2026-04-13 19:49:18 +08:00
# LangGraph
langgraph>=0.0.30
langgraph-checkpoint-postgres>=0.0.5
2026-04-12 01:46:51 +08:00
# ZhipuAI (智谱AI)
zhipuai>=1.0.0
2026-04-13 19:49:18 +08:00
# Backend
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
websockets>=12.0
# Frontend
streamlit>=1.30.0
# Database
psycopg[binary,pool]>=3.1.0
2026-04-12 01:46:51 +08:00
# Pydantic
pydantic>=2.0.0
# Utilities
2026-04-13 19:49:18 +08:00
python-dotenv>=1.0.0
typing-extensions>=4.9.0
ipython>=8.0.0