fix: remove search method mention

This commit is contained in:
George Panchuk
2026-05-19 17:08:56 +07:00
parent d2196df5cd
commit a0d9358a49
2 changed files with 2 additions and 2 deletions

View File

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

View File

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