mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-02 14:02:06 +00:00
Fast approximate nearest neighbor searching in Rust, based on HNSW index
.github/workflows | ||
src | ||
.gitignore | ||
Cargo.toml | ||
cover.svg | ||
deny.toml | ||
README.md |
Instant Distance: fast HNSW indexing
Instance Distance is a fast pure-Rust implementation of the Hierarchical Navigable Small Worlds paper by Malkov and Yashunin for finding approximate nearest neighbors. This implementation will power the InstantDomainSearch.com backend services used for word vector indexing.