I had problems with the supabase vector store node.

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.

Hey @Eren_AKBAS hope all is well. Welcome to the community.

what sort of trouble?

Hey @Eren_AKBAS Hope You Are Well .
Can You Explain The Trouble You Are Getting ?
Or Can You Share The Workflow ?

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.

is your issue with storing the bot_id or with retrieving it?