Expand description
Advanced vector indexing with HNSW and other efficient algorithms
Re-exports§
pub use crate::VectorIndex;
Structs§
- Advanced
Vector Index - Advanced vector index with multiple implementations
- Index
Config - Configuration for vector index
- Index
Stats - Index performance statistics
- Multi
Index - Multi-index system that combines multiple index types
- Quantized
Vector Index - Quantized vector index for memory efficiency
- Search
Result - Search result with distance/score
Enums§
- Distance
Metric - Distance metrics supported
- Index
Type - Available index types
Type Aliases§
- Filter
Function - Type alias for filter functions
- Filter
Function Sync - Type alias for filter functions with Send + Sync