RAG on Living Data
detail.loadingPreview
This workflow enables Retrieval Augmented Generation (RAG) on dynamically updated data sources.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow implements a Retrieval Augmented Generation (RAG) system that can process and query information from 'living' or continuously updated data sources. It leverages OpenAI's embedding and chat models to enable intelligent question answering over relevant documents.
Key Features
- Ingests and processes data from various sources (e.g., Notion).
- Utilizes OpenAI for text embedding and chat completion.
- Supports dynamic data updates and retrieval.
- Splits text into manageable chunks for efficient processing.
- Stores and retrieves information from a vector store (e.g., Supabase).
How To Use
- Configure your data source (e.g., Notion) and OpenAI API credentials.
- Set up the vector store (e.g., Supabase) to store embeddings.
- Define the trigger mechanism (e.g., schedule, webhook, or Notion trigger) to initiate data processing.
- Adjust chunking and embedding parameters as needed for optimal performance.
Apps Used
Workflow JSON
{
"id": "6c8c5783-bfb3-4b81-ae00-3d3ab17904ef",
"name": "RAG on Living Data",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6c8c5783-bfb3...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
RAG on Living Notion Data with OpenAI
This n8n workflow enables Retrieval Augmented Generation (RAG) on dynamic Notion data. It fetches Notion page blocks, splits them into chunks, embeds them using OpenAI, stores them in a vector database, and allows for question answering.
AI Passport Photo Validator Using Google Drive and OpenAI
Automate passport photo validation by using an AI vision model to check against UK government guidelines. This workflow integrates Google Drive for image input and OpenAI for intelligent analysis.
AI-Powered Document Processing and Chatbot
Automates document processing from Google Drive, generates structured metadata, and enables AI-powered chat with vector search.
Build a Telegram RAG PDF Chatbot with OpenAI and Pinecone
This workflow enables users to chat with PDF documents via Telegram. It uses OpenAI for embeddings and question answering, and Pinecone for vector storage, creating a powerful Retrieval-Augmented Generation (RAG) system.
AI Voice Chat Workflow with Webhook, OpenAI, Gemini, and ElevenLabs
Automate voice conversations using a webhook. This workflow transcribes speech with OpenAI, processes it with Google Gemini, and synthesizes a response with ElevenLabs, maintaining chat context.
AI-Powered Resume Screening with Weaviate and OpenAI
Automate resume screening by using a Webhook Trigger to receive resumes, processing them with Text Splitter, Embeddings, and Weaviate for vector storage, and then utilizing a RAG Agent with an OpenAI Chat Model for intelligent analysis and response.