Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locality Sensitive Hashing #183

Open
deven96 opened this issue Jan 19, 2025 · 0 comments
Open

Locality Sensitive Hashing #183

deven96 opened this issue Jan 19, 2025 · 0 comments

Comments

@deven96
Copy link
Owner

deven96 commented Jan 19, 2025

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:

  • Threadsafe: Feel free to use crossbeam primitives to ensure this
  • NonLinearAlgo: implements this trait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant