Hi N8N community! ![]()
I’m integrating Supabase with N8N to perform vector searches on pgvector-stored documents. My SQL function works fine in Supabase, but the JSONB metadata filter doesn’t work when called from N8N.
I tried everything, it seems like another filter ils passed through in the background creating a conflict ?
The same filter working well in sql directly in supabase:
I noticed also that it works as intended when I do the same but in a node “Retrieve documents As vector store for chain tools” but when it’s “Retrieve documents as tool for AI Agent” the presence of a metadata filter causes an error
- n8n version: 1.76.1
- Database : Supabase
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via: n8n cloud
- Operating system: Mac
Thank you in advance !


