Update README.md

This commit is contained in:
Beau Hartshorne 2024-07-24 11:33:49 -07:00 committed by GitHub
parent 302d1eda7f
commit b37743b5ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
Instance Distance is a fast pure-Rust implementation of the [Hierarchical Instance Distance is a fast pure-Rust implementation of the [Hierarchical
Navigable Small Worlds paper][paper] by Malkov and Yashunin for finding Navigable Small Worlds paper][paper] by Malkov and Yashunin for finding
approximate nearest neighbors. This implementation powers the approximate nearest neighbors. This implementation powers the
[Instant Domains][domains] backend services used for word vector indexing. [Instant Domain Search][domains] backend services used for word vector indexing.
## What it does ## What it does
@ -72,5 +72,5 @@ make test-python
``` ```
[paper]: https://arxiv.org/abs/1603.09320 [paper]: https://arxiv.org/abs/1603.09320
[domains]: https://instantdomains.com/ [domains]: https://instantdomains.com/search
[translations]: https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations [translations]: https://instantdomains.com/engineering/how-to-use-fasttext-for-instant-translations