Fast approximate nearest neighbor searching in Rust, based on HNSW index
Go to file
Dirkjan Ochtman b1bd3525a1 Add a high-level HnswMap type (fixes #7) 2021-05-17 16:53:06 +02:00
.cargo Initial version of Python bindings 2021-03-18 12:59:39 +01:00
.github Upgrade to GitHub-native Dependabot 2021-04-30 09:54:12 +02:00
instant-distance Add a high-level HnswMap type (fixes #7) 2021-05-17 16:53:06 +02:00
instant-distance-py Add a high-level HnswMap type (fixes #7) 2021-05-17 16:53:06 +02:00
.gitignore Ignore .DS_Store cruft 2021-05-17 13:37:11 +02:00
Cargo.toml Initial version of Python bindings 2021-03-18 12:59:39 +01:00
Makefile Add Makefile to help with testing 2021-03-18 12:59:39 +01:00
README.md Add an inital README 2020-12-16 10:30:45 +01:00
cover.svg Add files via upload 2021-04-20 11:07:03 -07: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.