You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to include the option of using a non-linear search algorithm known as Locality Sensitive Hashing ... the main things to note for the interface are it should be:
Threadsafe: Feel free to use crossbeam primitives to ensure this
https://www.pinecone.io/learn/series/faiss/vector-indexes/#Locality-Sensitive-Hashing
Linear vs Non-Linear Search Algorithms
We want to include the option of using a non-linear search algorithm known as Locality Sensitive Hashing ... the main things to note for the interface are it should be:
crossbeam
primitives to ensure thisThe text was updated successfully, but these errors were encountered: