Ask a question to get started
Enter to send•Shift+Enter new line
SearchParams()
BaseModel
Return the specific index search settings for the algorithm.
:param exclude_none: Whether to exclude keys with None values in the dictionary. :type exclude_none: bool :return: A dictionary containing the search settings. :rtype: dict[str, Any]
Base model for vector index search parameters.
Subclasses must implement :meth:search_settings to expose the parameters with the proper prefix expected by the underlying index implementation.
search_settings