Automate Document-Based Chat with Ollama, Supabase, and Google Drive - n8n Workflow | Neura Market
Automate Document-Based Chat with Ollama, Supabase, and Google Drive
This workflow enables seamless interaction with internal documents using a chat interface powered by Ollama. It leverages Supabase for vector storage and Google Drive for document ingestion, facilitating real-time updates and context-aware responses.
This complex workflow integrates multiple services to create a robust Retrieval-Augmented Generation (RAG) AI agent. It monitors a Google Drive folder for new or updated files, processes various document formats, and stores embeddings in a Supabase Vector DB. The chat interface, powered by Ollama, uses these embeddings to provide context-aware responses, with memory stored in PostgreSQL for continuity. The workflow supports multi-format files and handles real-time document updates, ensuring accu
Platform
n8n
Category
AI
Price
Free
Creator
Liam Murphy
set
switch
webhook
supabase
aggregate
summarize
stickyNote
googleDrive
agent
extractFromFile
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.