初始化

This commit is contained in:
2026-05-11 11:22:55 +08:00
parent 5f6c571434
commit 80dcd070f7
39 changed files with 1997 additions and 0 deletions

34
requirements.txt Normal file
View File

@@ -0,0 +1,34 @@
# Web框架
fastapi>=0.110.0
uvicorn>=0.27.0
# LangGraph & LangChain
langgraph>=0.0.40
langchain>=0.2.0
langchain-community>=0.2.0
# DashScope
dashscope>=1.14.0
# Milvus
pymilvus>=2.3.0
# 文档解析
pypdf2>=3.0.0
python-docx>=1.1.0
pdfplumber>=0.10.0
# Pydantic配置
pydantic>=2.0.0
pydantic-settings>=2.0.0
# 工具
python-multipart>=0.0.9
sse-starlette>=1.8.0
python-dotenv>=1.0.0
tiktoken>=0.5.0
httpx>=0.25.0
# 测试
pytest>=7.4.0
pytest-asyncio>=0.21.0