I created a flow as a RAG - the issue is it’s using the wrong table in supabase for the RAG. It’s using the table I used when I first set up my first vector store node. I’ve done everything possible to switch it to switch tables but not finding any solutions. I’m not sure if this is a big and how to get it to stop pulling from a Table that doesn’t even exist anymore.
Appreciate any help. Note - I disconnected the credentials to supabase and reset the workplace, then connected supabase again and still the same issue.
I’m using N8N cloud, on the latest version & on Macbook!
Could you please share the exact steps you took when you first set up your Supabase? I’m specifically interested in how you inserted data into your Supabase vector store.
The reason I’m asking is that when setting up the Supabase vector store, we also need to specify the match function, which is responsible for searching through the database.