chore: 添加 rank-bm25 依赖(混合检索用)

This commit is contained in:
2026-07-11 19:38:33 +08:00
parent f7801b45a7
commit 78ad21d311
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies = [
"markdown-it-py>=3.0.0",
"typer>=0.12.0",
"python-dotenv>=1.2.2",
"rank-bm25>=0.2.2",
]
[project.scripts]