-
I am trying to figure out how the VectorStore VectorSearchFilter() works. Is there any way to accomplish what I want without making separate searches for each condition? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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.
-
@dccrain, yes we currently only support AND and two basic clauses, EqualTo and AnyTagEqualTo. |
Beta Was this translation helpful? Give feedback.
@dccrain, yes we currently only support AND and two basic clauses, EqualTo and AnyTagEqualTo.
We have a work item to expand this with support for OR and NOT: #9398