Files
MuMuAINovel/backend/requirements.txt
T

33 lines
557 B
Plaintext
Raw Normal View History

2025-10-30 11:14:43 +08:00
# Web框架
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# 数据库
sqlalchemy==2.0.25
aiosqlite==0.19.0
# 数据验证
pydantic==2.5.3
pydantic-settings==2.1.0
# AI服务
2025-11-04 16:28:53 +08:00
openai==2.7.0
anthropic==0.72.0
2025-10-30 11:14:43 +08:00
# 工具库
2025-11-04 16:28:53 +08:00
httpx==0.28.1
python-dotenv==1.0.0
2025-11-04 17:27:39 +08:00
# NumPy版本锁定(兼容性要求)
numpy==1.26.4
# 向量数据库和Embedding (长期记忆系统)
2025-11-04 16:28:53 +08:00
chromadb==1.3.2
2025-11-04 17:27:39 +08:00
# Transformers(锁定兼容版本)
transformers==4.35.2
# Sentence Transformers(基于PyTorch的文本embedding库)
sentence-transformers==2.3.1