Fast approximate nearest neighbor searching in Rust, based on HNSW index
Go to file
Dirkjan Ochtman 04094ce06f Bump M up to 24 2021-01-12 13:37:07 +01:00
.github/workflows Add CI configuration 2020-12-16 10:17:29 +01:00
src Bump M up to 24 2021-01-12 13:37:07 +01:00
tests Don't use heuristic selection for test 2021-01-12 13:31:40 +01:00
.gitignore Remove Cargo lockfile 2020-12-14 15:39:49 +01:00
Cargo.toml Upgrade to rand 0.8 2020-12-21 14:54:41 +01:00
README.md Add an inital README 2020-12-16 10:30:45 +01:00
cover.svg Add an inital README 2020-12-16 10:30:45 +01:00
deny.toml Add configuration for cargo-deny 2020-12-16 10:17:29 +01:00

README.md

Cover logo

Instant Distance: fast HNSW indexing

Build status License: MIT License: Apache 2.0

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.