feat: 实现 BM25 稀疏 + 稠密向量混合检索功能
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 02:01:22 +08:00
parent 2183c901b4
commit 60afa86ded
26 changed files with 905 additions and 656 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
# 根目录requirements - 仅本地运行零散脚本/工具使用
# 完全不与前后端requirements重叠前后端独立运行无需安装这里的依赖
gitpython==3.1.43 # 本地git脚本工具
tqdm==4.67.0 # 本地脚本进度条
ipython==8.30.0 # 本地交互式调试
pytest==8.3.4 # 本地单元测试