pub fn load_embeddings(path: &Path) -> Result<Vec<(String, Vec<f32>)>>
Load symbol embeddings from a binary file.