update:1.更新导入导出功能 2.实现RAG记忆功能,引入剧情分析功能

This commit is contained in:
xiamuceer
2025-11-04 14:38:59 +08:00
parent 1cde345ed9
commit e4f90d5da0
26 changed files with 6722 additions and 84 deletions
+5 -1
View File
@@ -17,4 +17,8 @@ anthropic==0.18.0
# 工具库
httpx==0.26.0
python-dotenv==1.0.0
python-dotenv==1.0.0
# 向量数据库和Embedding (长期记忆系统)
chromadb>=0.5.0
sentence-transformers>=2.3.1