fix:修复docker镜像构建问题

This commit is contained in:
xiamuceer
2025-11-04 17:27:39 +08:00
parent ad95105417
commit 29d8d5fb94
7 changed files with 40 additions and 10 deletions
+10 -1
View File
@@ -19,6 +19,15 @@ anthropic==0.72.0
httpx==0.28.1
python-dotenv==1.0.0
# NumPy版本锁定(兼容性要求)
numpy==1.26.4
# 向量数据库和Embedding (长期记忆系统)
chromadb==1.3.2
sentence-transformers>=2.3.1
# Transformers(锁定兼容版本)
transformers==4.35.2
# Sentence Transformers(基于PyTorch的文本embedding库)
sentence-transformers==2.3.1