mirror of
https://github.com/qdrant/fastembed.git
synced 2026-08-04 17:11:06 -05:00
* fix(qdrant_mixin.py): rename query method to search_docs for clarity and consistency
This commit is contained in:
@@ -70,7 +70,7 @@ class QdrantClientMixin:
|
||||
# Call the existing upsert method with the new PointStruct
|
||||
self.upsert(collection_name=collection_name, points=points, wait=wait, **kwargs)
|
||||
|
||||
def query(
|
||||
def search_docs(
|
||||
self,
|
||||
collection_name: str,
|
||||
query_texts: List[str],
|
||||
|
||||
Reference in New Issue
Block a user