You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Something that was very useful in the C++ version was to let the user manually provide a search_k limit. Cf
https://github.com/spotify/annoy/blob/master/src/annoylib.h#L541
https://github.com/spotify/annoy-java/blob/master/src/main/java/com/spotify/annoy/ANNIndex.java#L147
That way you can ask for the 10 nearest neighbors and tell Annoy to inspect 100k items etc
The text was updated successfully, but these errors were encountered: