Class Parameters (1.48.0)

Parameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters that can be overrided in each query to tune query latency and recall.

Attributes

NameDescription
approximate_neighbor_candidates int
Optional. The number of neighbors to find via approximate search before exact reordering is performed; if set, this value must be > neighbor_count.
leaf_nodes_search_fraction float
Optional. The fraction of the number of leaves to search, set at query time allows user to tune search performance. This value increase result in both search accuracy and latency increase. The value should be between 0.0 and 1.0.

Methods

Parameters

Parameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters that can be overrided in each query to tune query latency and recall.