Skip to content

Commit 2b5d41c

Browse files
thinkallvictordibia
authored andcommitted
Fix qdrant version (#2984)
1 parent 394d7e7 commit 2b5d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"retrievechat-pgvector": retrieve_chat_pgvector,
7575
"retrievechat-qdrant": [
7676
*retrieve_chat,
77-
"qdrant_client[fastembed]",
77+
"qdrant_client[fastembed]<1.9.2",
7878
],
7979
"autobuild": ["chromadb", "sentence-transformers", "huggingface-hub", "pysqlite3"],
8080
"teachable": ["chromadb"],

0 commit comments

Comments
 (0)