Skip to content
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

Approximate nearest neighbours algorithms #1

Open
5 tasks done
BERENZ opened this issue Oct 26, 2023 · 3 comments
Open
5 tasks done

Approximate nearest neighbours algorithms #1

BERENZ opened this issue Oct 26, 2023 · 3 comments

Comments

@BERENZ
Copy link
Contributor

BERENZ commented Oct 26, 2023

List of backends for approximate nearest neighbours (ANN) search:

  • RcppHNSW::RcppHNSW
  • RcppAnnoy
  • mlpack with lsh, knn, krann
  • RANN
  • rnndescent
@BERENZ
Copy link
Contributor Author

BERENZ commented Oct 29, 2023

RANN will not be supported as mlpack has knn with kdtrees.

@BERENZ
Copy link
Contributor Author

BERENZ commented Nov 16, 2023

rnndescen moved to later

@BERENZ
Copy link
Contributor Author

BERENZ commented May 6, 2024

Add support for k_search with default 30 for each algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant