couchbase-ruby-client
couchbase-ruby-client copied to clipboard
RCBC-517: Support vector search prefilter
trafficstars
Motivation
Prefilters allow users to run vector queries on a subset of the vector index.
Changes
- Add a prefilter option on
VectorQueryallowing users to specify the search query that defines the filter. - [FIX] Forward block given to
SearchQuery.boolean_fieldto the constructor ofBooleanFieldQuery
Results
All tests in FIT's VectorSearchPrefilterTest pass