deven96 / deven96/ahnlich

Locality Sensitive Hashing

Open
#183 0 comments 0 reactions 1 assignee Claimed by @Iamdavidonuh View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.