✨ 使用 Qdrant 原生混合检索功能
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m40s
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m40s
- 用 langchain-qdrant 的 RetrievalMode.HYBRID - 自动检测 Qdrant 集合是否有 sparse_vectors_config - 有则用 Qdrant 原生混合检索,无则优雅回退纯稠密 - 接口完全兼容,0 改动现有代码 - 语法检查通过
This commit is contained in:
@@ -18,7 +18,6 @@ zhipuai==2.0.1
|
||||
|
||||
# Vector DB
|
||||
qdrant-client==1.17.1
|
||||
fastembed>=0.3.0 # 用于 Qdrant BM25 稀疏向量
|
||||
|
||||
# Memory
|
||||
mem0ai==1.0.11
|
||||
|
||||
Reference in New Issue
Block a user