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.
pub fn load_index(path: impl AsRef<Path>) -> Result<SemanticIndex>Load a SemanticIndex from a binary file
This uses memory mapping for fast access to large indices.