MemoryPlugin does not support 'OR' for defaultRetrievalTags #634
pyliakm
started this conversation in
2. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context / Scenario
I am using MemoryPlugin with MemoryServerless
The problem
Current statement:
kernel.ImportPluginFromObject(new MemoryPlugin(memoryConnector, waitForIngestionToComplete: true, defaultRetrievalTags: MemoryFilters.ByTag("client", "client1").ByTag("project", "project1")), "memory")
it supports "AND" only for tags: ("client", "client1") "AND" ("project", "project1")
Proposed solution
Can you add supports "OR" like in AskAsync for MemoryServerless, see doc https://microsoft.github.io/kernel-memory/security/filters#using-or-logic
Importance
I cannot use Kernel Memory without this
Beta Was this translation helpful? Give feedback.
All reactions