Using a NotEqual where clause with a near_vector search

NotEqual filter and with_near_vector don’t seem to be playing nice together

The way this combination should work is that where limits the search space, then nearVector performs the vector search.

Are the results from the same collection as that of the work? Or from a different collection, but all from the same different collection? You may want to tweak the tokenization setting for the collection property from word (default) to field.

2 Likes