Hi all,
I’ve been exploring the new pre-filtering capability in Couchbase Vector Search, and I’m trying to implement it using the Java SDK.
However, I can’t seem to find any way to set prefilter objects in the VectorQuery
or VectorSearch
classes. There’s no mention of filter or where clauses that can be passed in, and the documentation seems focused on the REST API.
Has anyone successfully implemented pre-filtering via the SDK?
Would appreciate any pointers or examples!
Thanks!