You can combine queries; they are composable. Whether it makes sense
or not for your use case is something you will have to decide. To me
it's hard to see a case where vector query 1 AND vector query 2 would
be preferable to combining the vectors "up front" (ie when creating
the vectors), but mayb
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
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: