pub fn load_node<E: StorageEngine>(
engine: &E,
table: &str,
entity_id: EntityId,
) -> Result<Option<HnswNode>, VectorError>Expand description
Load a single node from storage.
pub fn load_node<E: StorageEngine>(
engine: &E,
table: &str,
entity_id: EntityId,
) -> Result<Option<HnswNode>, VectorError>Load a single node from storage.