[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:
ZhangShenao 2024-11-23 10:43:01 +08:00 committed by GitHub
parent a3296479a0
commit ed84d48eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",