I’m trying to apply a filter in the Supabase Vector Store node in node AI Agent. I set the Metadata Filter in the node settings, but I get the following error:
“cannot provide both filter and this.filter”
It seems like there is a second filter being applied, but I don’t know where it’s coming from. I only set the filter inside the node settings.
Has anyone encountered this issue before? How can I properly apply a filter to search only within specific metadata ?