Skip to content

Locality Sensitive Hashing #183

@deven96

Description

@deven96

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions