Skip to main content

Module index

Module index 

Source
Expand description

Advanced vector indexing with HNSW and other efficient algorithms

Re-exports§

pub use crate::VectorIndex;

Structs§

AdvancedVectorIndex
Advanced vector index with multiple implementations
IndexConfig
Configuration for vector index
IndexStats
Index performance statistics
MultiIndex
Multi-index system that combines multiple index types
QuantizedVectorIndex
Quantized vector index for memory efficiency
SearchResult
Search result with distance/score

Enums§

DistanceMetric
Distance metrics supported
IndexType
Available index types

Type Aliases§

FilterFunction
Type alias for filter functions
FilterFunctionSync
Type alias for filter functions with Send + Sync