Locality Sensitive Hashing
Open
- Dominant language
- Rust
- Stars
- 244
- Forks
- 29
- Avg merge
- 2d 41m
- Merged PRs (30d)
- 19
Description
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](https://github.com/deven96/ahnlich/blob/main/ahnlich/similarity/src/lib.rs#L11)
Contributor guide
Assessment
This issue has not been assessed yet.