We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To unify the use of bitset filters for different ANN, the filter should use constness on its data type. Currently only Bruteforce is using const filter: https://github.com/rapidsai/cuvs/blob/branch-24.12/cpp/src/neighbors/detail/knn_brute_force.cuh#L738C54-L738C67 The other indexes don't use const filter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To unify the use of bitset filters for different ANN, the filter should use constness on its data type.
Currently only Bruteforce is using const filter: https://github.com/rapidsai/cuvs/blob/branch-24.12/cpp/src/neighbors/detail/knn_brute_force.cuh#L738C54-L738C67
The other indexes don't use const filter.
The text was updated successfully, but these errors were encountered: