Expand description
Graph-based indices for efficient nearest neighbor search
This module implements various graph-based data structures optimized for nearest neighbor search:
- NSW: Navigable Small World
- ONNG: Optimized Nearest Neighbor Graph
- PANNG: Pruned Approximate Nearest Neighbor Graph
- Delaunay Graph: Approximation for high-dimensional space
- RNG: Relative Neighborhood Graph
Structs§
- Delaunay
Graph - Delaunay Graph approximation for high dimensions
- Graph
Index - Unified graph index interface
- Graph
Index Config - Configuration for graph-based indices
- NSWGraph
- Navigable Small World (NSW) implementation
- ONNG
Graph - Optimized Nearest Neighbor Graph (ONNG) implementation
- PANNG
Graph - Pruned Approximate Nearest Neighbor Graph (PANNG) implementation
- RNGGraph
- Relative Neighborhood Graph (RNG) implementation
Enums§
- Distance
Metric - Distance metrics
- Graph
Type - Available graph types