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

[FEA] Support int64_t nearest neighbor index type for all ANN algorithm. #156

Open
tfeher opened this issue May 24, 2024 · 0 comments
Open
Labels
feature request New feature or request

Comments

@tfeher
Copy link
Contributor

tfeher commented May 24, 2024

Currently most of our the nearest neighbors methods support "int64_t" type for the nearest neighbor indices. The only exception is CAGRA, that returns uint32_t indices. For consistency, it would be great to support int64_t for CAGRA as well, and it can be done with a small overhead by adding a simple mapping after the search.

Similarly, it would be easy to add uint32_t support for all the other nearest neighbor algorithms, if there is a need for that.

@tfeher tfeher added the feature request New feature or request label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Development

No branches or pull requests

1 participant