Building agentic RAG with PostgreSQL and n8n
We’ve all built the standard RAG pipeline: chunk data, embed it, store it, retrieve it. It works… maybe. Just like LLMs have added a thinking mode for better results, we can add a bit of thinking to our RAG pipelines with agentic RAG using PostgreSQL and n8n.