Skip to main content

Module query_options

Module query_options 

Source
Expand description

VectorQueryOptions — all knobs the vector planner exposes to callers.

Mirrors the SQL syntax:

SELECT … ORDER BY embedding <=> $q LIMIT 10
WITH (quantization='rabitq', rerank=100, query_dim=512, meta_tokens=8)

Structs§

VectorQueryOptions
All knobs the vector planner exposes.

Enums§

IndexType
Which graph index to use for this query.
QuantizationKind
Which quantization codec to use during traversal and optionally rerank.