🚀 完全实现 Qdrant 混合检索功能
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 11m7s

- 不需要兼容,完全重写为混合检索
- 检索器:强制使用 FastEmbedSparse + RetrievalMode.HYBRID
- 索引器:强制启用稀疏向量,混合检索模式
- 添加 fastembed 依赖到 requirements.txt
- 语法检查通过
This commit is contained in:
2026-05-03 18:12:20 +08:00
parent ce6e459e19
commit 5c45806ad3
4 changed files with 53 additions and 88 deletions

View File

@@ -14,8 +14,7 @@ tiktoken>=0.12.0
# Vector DB
qdrant-client==1.17.1
# 可选:用于稀疏向量支持
# fastembed>=0.3.0
fastembed>=0.3.0 # 用于 Qdrant BM25 稀疏向量
# HTTP
httpx==0.28.1