top of page

Notion RAG Chatbot with OpenAI & Supabase

An n8n workflow that enables retrieval-augmented generation (RAG) from live Notion data. It uses Notion API to fetch updated content, OpenAI GPT-4 for embeddings and chat models, and Supabase as a vector store to index knowledge base for context-aware Q&A chatbot.

bottom of page