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

cuvs-java: Fix, document, and test BruteForceQuery.Builder::withPrefilter #697

Open
ChrisHegarty opened this issue Feb 14, 2025 · 0 comments

Comments

@ChrisHegarty
Copy link
Contributor

This issue has been filed to evaluate the pre-filter for BruteForceQuery.

I have been unsuccessful in getting it to work, and am unsure how it is supposed to work. For example,

var queryBuilder = new BruteForceQuery.Builder()
   .withPrefilter(new long[] { 0b1001L });

Should this filter out vectors at ordinal 1 and 2? In my testing it does not.

@ChrisHegarty ChrisHegarty changed the title cuvs-java: Fix, doc, and test BruteForceQuery.Builder::withPrefilter cuvs-java: Fix, document, and test BruteForceQuery.Builder::withPrefilter Feb 14, 2025
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