Skip to main content

Module index_config

Module index_config 

Source
Expand description

Vector index configuration: unified config for HNSW, HNSW+PQ, and IVF-PQ.

Structs§

IndexConfig
Unified vector index configuration.

Enums§

IndexType
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).