mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
[Doc] Improvement: fix import statement for qdrant (#28286)
- fix import statement for qdrant - issue: https://github.com/langchain-ai/langchain/issues/28012 #28012
This commit is contained in:
parent
a3296479a0
commit
ed84d48eef
@ -648,7 +648,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"from qdrant_client.http import models\n",
|
"from qdrant_client import models\n",
|
||||||
"\n",
|
"\n",
|
||||||
"results = vector_store.similarity_search(\n",
|
"results = vector_store.similarity_search(\n",
|
||||||
" query=\"Who are the best soccer players in the world?\",\n",
|
" query=\"Who are the best soccer players in the world?\",\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user