Search Command for Python SDK#
The search method is designed to retrieve the most relevant documents from the database, using AI-powered search capabilities.
For more details on how the search algorithm works, please refer to our advanced settings documentation.
Arguments#
Show propertiesHide properties
The search query string.
The maximum number of results to return. Defaults to 10.
Whether to enable AI-powered reranking of results. Disabled by default.
Optional boolean to enhance queries before searching (enabled by default).
Response#
This field is null if no document with the specified ID is found.