Expand description
Vector index writer trait and common types.
This module defines the VectorIndexWriter trait which all vector index writer
implementations must follow. The primary implementations are:
HnswIndexWriterin thehnswmodule for approximate nearest neighbor searchFlatIndexWriterin theflatmodule for exact searchIvfIndexWriterin theivfmodule for memory-efficient search
Structs§
- Vector
Index Writer Config - Configuration for vector index writers common to all index types.
Traits§
- Vector
Index Writer - Trait for vector index writers.