Does the new join feature work with vector search?
# community-help
n
Does the new join feature work with vector search?
j
It should...
n
What if I had a field thats an
object[]
type -- a list of dicts, can a field in the dict be used for joining?
j
CC: @Harpreet Sangar ^
n
Somewhat related, is there a way to filter by the count of an array field? And if not, can you at least filter out empty array'd documents?
h
> can a field in the dict be used for joining? Yes, but that field must be indexed.
Somewhat related, is there a way to filter by the count of an array field?
And if not, can you at least filter out empty array'd documents?
To achieve this you'll have to add a
bool
type field that would store if the array is empty or not.