-
|
Hi Qdrant Team, I couldn’t find any official documentation or examples for the QdrantClient.search() method in the Python client. If such documentation exists, could you please share it? Otherwise, please consider adding detailed docs and usage examples for this method. Thanks! client = QdrantClient( client.search( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
search method is deprecated, use |
Beta Was this translation helpful? Give feedback.
-
|
You can find all documentation (including for Python) covering search here: https://qdrant.tech/documentation/concepts/search/ |
Beta Was this translation helpful? Give feedback.
search method is deprecated, use
query_pointsinstead.