load_index

Function load_index 

Source
pub fn load_index(path: impl AsRef<Path>) -> Result<SemanticIndex>
Expand description

Load a SemanticIndex from a binary file

This uses memory mapping for fast access to large indices.