Google Drive to Supabase Contextual Vector Database Sync for RAG Applications

Go to Workflow
0 views
Built by Michael Taleb Michael Taleb
Created on June 08, 2026

Description

Workflow Summary

This automation keeps your Supabase vector database synchronized with documents stored in Google Drive, while also making the data contextual and vector based for better retrieval.

When a file is added or modified, the workflow extracts its text, splits it into smaller chunks, and enriches each chunk with contextual metadata (such as summaries and document details). It then generates embeddings using OpenAI and stores both the vector data and metadata in Supabase. If a file changes, the old records are replaced with updated, contextualized content.

The result is a continuously updated and context-aware vector database, enabling highly accurate hybrid search and retrieval.

To setup

1. Connect Google Drive
• Create a Google Drive folder to watch.
• Connect your Google Drive account in n8n and authorize access.
• Point the Google Drive Trigger node to this folder (new/modified files trigger the flow).

2. Configure Supabase
• Please refer to the Setting Up Supabase Sticky Note.

3. Connect OpenAI (or your embedding model)
• Add your OpenAI API key in n8n credentials.

Nodes Used (15)

AI Agent
@n8n/n8n-nodes-langchain.agent
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Call n8n Workflow Tool
@n8n/n8n-nodes-langchain.toolWorkflow
Code
n8n-nodes-base.code
Crypto
n8n-nodes-base.crypto
Default Data Loader
@n8n/n8n-nodes-langchain.documentDefaultDataLoader
Embeddings OpenAI
@n8n/n8n-nodes-langchain.embeddingsOpenAi
Google Drive
n8n-nodes-base.googleDrive
HTTP Request
n8n-nodes-base.httpRequest
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Recursive Character Text Splitter
@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Supabase
n8n-nodes-base.supabase
Supabase Vector Store
@n8n/n8n-nodes-langchain.vectorStoreSupabase