mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-23 11:11:01 -05:00
fix: remove search method mention
This commit is contained in:
@@ -587,7 +587,7 @@ class AsyncQdrantFastembedMixin(AsyncQdrantBase):
|
||||
"""
|
||||
Search for documents in a collection.
|
||||
This method automatically embeds the query text using the specified embedding model.
|
||||
If you want to use your own query vector, use `search` method instead.
|
||||
If you want to use your own query vector, use `query_points` method instead.
|
||||
|
||||
Args:
|
||||
collection_name: Collection to search in
|
||||
|
||||
@@ -627,7 +627,7 @@ class QdrantFastembedMixin(QdrantBase):
|
||||
"""
|
||||
Search for documents in a collection.
|
||||
This method automatically embeds the query text using the specified embedding model.
|
||||
If you want to use your own query vector, use `search` method instead.
|
||||
If you want to use your own query vector, use `query_points` method instead.
|
||||
|
||||
Args:
|
||||
collection_name: Collection to search in
|
||||
|
||||
Reference in New Issue
Block a user