-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Off by one error with $Knn_Query() #5
Comments
hi @jefferys, remotes::install_github(repo = 'mlampros/nmslibR') |
Thanks; looks like this is fixed now. Also, for the historical record, wanted to point out that this did not affect the |
The Knn_Query() and the knn_Query_Batch() are two different methods of the NMSlib R6 class. Although, I took into account the difference in indexing in the knn_Query_Batch() method I omitted to do the same for the Knn_Query() method. Thanks again for spotting this issue. |
This is Robo-lampros because the Human-lampros is lazy. This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs. Feel free to re-open a closed issue and the Human-lampros will respond. |
Using nmslibR_1.0.3, I'm getting an off by one error in the returned index of the similar row from
$KnnQuery()
.The text was updated successfully, but these errors were encountered: