Skip to main content

Module graph

Module graph 

Source
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§

VamanaGraph
Vamana graph index.
VamanaNode
A single node in the Vamana graph.