Update README.md

This commit is contained in:
Beau Hartshorne 2024-05-28 15:01:30 -07:00 committed by GitHub
parent 3ccfe00028
commit 8fdfed070f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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