Update README.md

This commit is contained in:
Beau Hartshorne 2024-05-28 15:01:30 -07:00 committed by Nick Rempel
parent 3ccfe00028
commit f2eece05ff
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Instance Distance is a fast pure-Rust implementation of the [Hierarchical
Navigable Small Worlds paper][paper] by Malkov and Yashunin for finding
approximate nearest neighbors. This implementation powers the
[InstantDomainSearch.com][ids] backend services used for word vector indexing.
[Instant Domains](https://instantdomains.com) backend services used for word vector indexing.
## What it does