rustyhdf5-ann
HNSW approximate nearest neighbor index stored as HDF5.
Features
- Build and query HNSW indexes persisted in HDF5 format
- Pure Rust, no C dependencies
- Efficient similarity search for high-dimensional vectors
Usage
use HnswIndex;
let index = from_hdf5.unwrap;
let neighbors = index.search;
License
MIT