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§
- Vector
Query Options - All knobs the vector planner exposes.
Enums§
- Index
Type - Which graph index to use for this query.
- Quantization
Kind - Which quantization codec to use during traversal and optionally rerank.