load_graph

Function load_graph 

Source
pub fn load_graph<E: StorageEngine>(
    engine: &E,
    table: &str,
    metadata: &IndexMetadata,
) -> Result<HnswGraph, VectorError>
Expand description

Load the entire graph from storage.