Art> ificial Intelligence is no doubt the future of not just software development but the whole world. And I’m on a mission to master it - focusing first on mastering AI Agents.
In this video I show how to implement an AI Agent with RAG using n8n and Supabase for the chat memory and vector DB. This AI Agent is the REAL deal - something you could actually use in production and not some dinky n8n workflow using buffer memory and an in-memory vector store that duplicates your vectors every time you insert a document again to update it. I see way too much of that on YouTube so I had to create this to show what an n8n RAG agent should look like.
Great video but Im having an issue that a lot of the time when asking a question , the agent does not check the vector database and just uses its own knowledge to respond. Which defeats the purpose.
Hi, I’m about this video. It’s been almost a week since I’ve tried to solve my problem—I want to add a “file_name” column to my Supabase table. I’ve added the column in the SQL editor, but I can’t see the name in the table. It disappears somewhere in the Supabase Node. Can anyone help?
in the Default Document Loader node, I’ve been able to add the filename to the metadata. But I haven’t quite figured out how to truly specify what data goes from my pdf into specific table columns.