mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 15:24:48 +08:00
feat: Qdrant Vector Search Support (#684)
* feat: Qdrant vector search support Signed-off-by: Anush008 <anushshetty90@gmail.com> * chore: Review updates Signed-off-by: Anush008 <anushshetty90@gmail.com> --------- Signed-off-by: Anush008 <anushshetty90@gmail.com> Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -41,6 +41,8 @@ dependencies = [
|
||||
"pymilvus>=2.3.0",
|
||||
"langchain-milvus>=0.2.1",
|
||||
"psycopg[binary]>=3.2.9",
|
||||
"qdrant-client>=1.15.1",
|
||||
"langchain-qdrant>=0.2.0,<1.0.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user