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] Improve support of bitset data type for prefiltering #539

Open
lowener opened this issue Dec 17, 2024 · 0 comments
Open

[FEA] Improve support of bitset data type for prefiltering #539

lowener opened this issue Dec 17, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@lowener
Copy link
Contributor

lowener commented Dec 17, 2024

Currently, cuVS is using Raft Bitset to do pre-filtering. Only uint32_t data type is supported for Milvus index, but client might have created their bitset using another data type. For example Milvus create their bitset using uint8_t. This changes the way the bits are ordered.
A solution would be to remove the bitset data type template to always use our preferred data type, and accept any bitset by specifying the data type that was used to create it.

@lowener lowener added the feature request New feature or request label Dec 17, 2024
@lowener lowener changed the title [FEA] Support more bitset data types [FEA] Improve support of bitset data type for prefiltering Dec 17, 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
Status: No status
Development

No branches or pull requests

1 participant