Files
ailine/requirements.txt
root 60afa86ded
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
feat: 实现 BM25 稀疏 + 稠密向量混合检索功能
2026-05-04 02:01:22 +08:00

7 lines
346 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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