You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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,
Should this filter out vectors at ordinal 1 and 2? In my testing it does not.
The text was updated successfully, but these errors were encountered: