I’m trying to set up a system. I’m having trouble with the Supabase vector store node.
What I’m trying to do is this: I’m sending the bot_id value via webhook. I want the Supabase vector store to filter and search. So, I’m not keeping a vector store for a single assistant. I’m keeping a vector store for multiple different assistants.
There’s actually no need to share the workflow. I added an AI Agent node and connected it to Supabase as a tool. Here, the AI Agent node searches the entire documents table in Supabase for the incoming message. However, I want it to filter and respond accordingly.
I’m developing a SaaS project. In Supabase, the documents table also includes a bot_id field. This means multiple bot documents are stored. I want it to filter and respond based on the bot_id value it receives.