

Graph-based indexing algorithm powering Microsoft's DiskANN. Uses flat graph structure with minimized search diameter for efficient disk-based nearest neighbor search with 40x GPU speedup available via NVIDIA cuVS.
Loading more......
Vamana is the algorithm behind the DiskANN solution, designed for disk-based vector indexing. It is a graph-based indexing structure that minimizes the number of sequential disk reads required for efficient approximate nearest neighbor search.
NVIDIA cuVS team provides DiskANN with Vamana algorithm built on GPU:
While HNSW uses hierarchical layers for routing, Vamana uses a single-layer graph optimized for:
Vamana is the core algorithm in Microsoft's DiskANN, which: