Expand description
Vector index configuration: unified config for HNSW, HNSW+PQ, and IVF-PQ.
Structs§
- Index
Config - Unified vector index configuration.
Enums§
- Index
Type - Index type selection for vector collections.
Constants§
- DEFAULT_
IVF_ CELLS - Default IVF cell count (Voronoi partitions).
- DEFAULT_
IVF_ NPROBE - Default IVF probe count (cells searched per query).
- DEFAULT_
PQ_ M - Default PQ subquantizer count (segments per vector).