Fast approximate nearest neighbor searching in Rust, based on HNSW index
Go to file
Dirkjan Ochtman 53b608b474 Bump version number to 0.1.2 2021-02-10 20:04:01 +01:00
.github/workflows Add CI configuration 2020-12-16 10:17:29 +01:00
benches Lower Layer impls to slice impls to fix clippy suggestion 2021-01-20 22:05:22 +01:00
src Make number of layers and sizes deterministic 2021-02-10 17:28:18 +01:00
tests Remove too small test case 2021-02-10 16:56:22 +01:00
.gitignore Add simple benchmark 2021-01-20 13:25:06 +01:00
Cargo.toml Bump version number to 0.1.2 2021-02-10 20:04:01 +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.