pub fn load_graph_tx<T: Transaction>(
tx: &T,
table: &str,
metadata: &IndexMetadata,
) -> Result<HnswGraph, VectorError>Expand description
Load the entire graph within an existing transaction.
pub fn load_graph_tx<T: Transaction>(
tx: &T,
table: &str,
metadata: &IndexMetadata,
) -> Result<HnswGraph, VectorError>Load the entire graph within an existing transaction.