stephantul / reach

Load embeddings and featurize your sentences.
MIT License
24 stars 6 forks source link

feat: Add indices_threshold function #73

Closed Pringled closed 4 days ago

Pringled commented 1 week ago

This PR adds an indices_threshold function that returns unsorted indices above a threshold, a faster alternative to nearest_neighbors_threshold if you don't need sorted results.