This workflow automates ingesting Google Drive files (Google Docs and XLSX) into a Supabase/Postgres-backed RAG pipeline. It detects file updates in a monitored folder, downloads and extracts text or table rows, summarizes and splits content into chunks, and generates OpenAI embeddings (text-embedding-3-small) via Lang Chain nodes. The flow upserts document metadata and table rows into Postgres/Supabase, inserts embeddings into a Supabase vector store for semantic search, and removes previous entries to keep the index in sync.
Review the automation layout before you run it. Click the preview to open a detailed view.
Complexity
Advanced
Build time
19 minute
Downloads
2
Last updated
2025-11-06
n8n version
1.113
Be the first to rate this workflow.
Every workflow ships with the decisions, guardrails, and trade-offs that informed it. Tweak the steps to match your tools or ship it as-is when you're short on time.
Download the JSON, preview it on n8n.io, or fork it into your own workspace in seconds.