pub fn load_graph<E: StorageEngine>(
engine: &E,
table: &str,
metadata: &IndexMetadata,
) -> Result<HnswGraph, VectorError>Expand description
Load the entire graph from storage.
pub fn load_graph<E: StorageEngine>(
engine: &E,
table: &str,
metadata: &IndexMetadata,
) -> Result<HnswGraph, VectorError>Load the entire graph from storage.