Update README.md (#62)

This commit is contained in:
Beau Hartshorne 2024-05-28 15:30:59 -07:00 committed by GitHub
parent f2eece05ff
commit 0c4b195578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 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
[Instant Domains](https://instantdomains.com) backend services used for word vector indexing.
[Instant Domains][domains] backend services used for word vector indexing.
## What it does
@ -72,5 +72,5 @@ make test-python
```
[paper]: https://arxiv.org/abs/1603.09320
[ids]: https://instantdomainsearch.com/
[domains]: https://instantdomains.com/
[translations]: https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations