🚀 完全实现 Qdrant 混合检索功能
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 11m7s
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 11m7s
- 不需要兼容,完全重写为混合检索 - 检索器:强制使用 FastEmbedSparse + RetrievalMode.HYBRID - 索引器:强制启用稀疏向量,混合检索模式 - 添加 fastembed 依赖到 requirements.txt - 语法检查通过
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user