Replies: 1 comment
-
Thanks for your feedback. We have this on our backlog to integrate into Semantic Kernel. I'm looping in @westey-m to expand further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to figure out how the VectorStore VectorSearchFilter() works.
I am storing a list of Tags on records that I wanted to filter using logical OR, ie. return any record that meets at least one of these conditions. So far, the behavior seems to be that filters are logical ANDs.
Is there any way to accomplish what I want without making separate searches for each condition?
Beta Was this translation helpful? Give feedback.
All reactions