Expand description
Vamana graph structure — adjacency-only, no vector data stored here.
Vectors are held in the codec layer (RAM, compressed) and on SSD (full-precision). The graph holds only the degree-bounded adjacency list and the external ID mapping.
Structs§
- Vamana
Graph - Vamana graph index.
- Vamana
Node - A single node in the Vamana graph.