by trifit on 3/11/23, 11:20 AM with 2 comments
by PaulHoule on 3/11/23, 12:44 PM
https://arxiv.org/abs/1702.08734
And this library that it describes
https://github.com/facebookresearch/faiss
Which is an optimal use of your time as you can install it in a minute with anaconda if you use Python.
by eesmith on 3/11/23, 1:16 PM
Binary, continuous, or count vectors, or a mix? Or something more novel?
What's your distance or similarity method?
Is there a bound to your search?
Exact or approximate? If approximate, what counts as good enough?
All of these affect "optimal".