couchbase-ruby-client icon indicating copy to clipboard operation
couchbase-ruby-client copied to clipboard

RCBC-517: Support vector search prefilter

Open DemetrisChr opened this issue 5 months ago • 0 comments
trafficstars

Motivation

Prefilters allow users to run vector queries on a subset of the vector index.

Changes

  • Add a prefilter option on VectorQuery allowing users to specify the search query that defines the filter.
  • [FIX] Forward block given to SearchQuery.boolean_field to the constructor of BooleanFieldQuery

Results

All tests in FIT's VectorSearchPrefilterTest pass

DemetrisChr avatar Jun 11 '25 14:06 DemetrisChr