feat: 实现 BM25 稀疏 + 稠密向量混合检索功能
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
This commit is contained in:
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# 根目录requirements - 仅本地运行零散脚本/工具使用
|
||||
# 完全不与前后端requirements重叠,前后端独立运行无需安装这里的依赖
|
||||
gitpython==3.1.43 # 本地git脚本工具
|
||||
tqdm==4.67.0 # 本地脚本进度条
|
||||
ipython==8.30.0 # 本地交互式调试
|
||||
pytest==8.3.4 # 本地单元测试
|
||||
Reference in New Issue
Block a user