Re: Handling Nested Vector Field in the Filter Criteria

2025-04-08 Thread Arun Kumar Kalakanti
Examples of the Nested Query: A AND (B OR C) AND D, A AND (!B OR (C and D)), etc. Any field(s) represented by A, B, C, and D can be a Vector or Regular Field too. On Tue, Apr 8, 2025 at 12:33 PM Arun Kumar Kalakanti < arun.kalaka...@gmail.com> wrote: > Hi all, > > I’m working with vector queries

Handling Nested Vector Field in the Filter Criteria

2025-04-08 Thread Arun Kumar Kalakanti
Hi all, I’m working with vector queries using KnnVectorQuery, which, as I understand it, requires a vector field with the target vector for vector search and a separate filter query for other fields based filters. This setup has worked well for me so far. However, I have two queries or use-cases: