Create RAG Vector Database from Google Drive Documents using Gemini & Supabase

Go to Workflow
0 views
Built by Mantaka Mahir Mantaka Mahir
Created on June 05, 2026

Description

How it works

This workflow automates the process of converting Google Drive documents into searchable vector embeddings for AI-powered applications:

• Takes a Google Drive folder URL as input
• Initializes a Supabase vector database with pgvector extension
• Fetches all files from the specified Drive folder
• Downloads and converts each file to plain text
• Generates 768-dimensional embeddings using Google Gemini
• Stores documents with embeddings in Supabase for semantic search

Built for the Study Agent workflow to power document-based Q&A, but also works perfectly for any RAG system, AI chatbot, knowledge base, or semantic search application that needs to query document collections.

Set up steps

Prerequisites:
• Google Drive OAuth2 credentials
• Supabase account with Postgres connection details
• Google Gemini API key (free tier available)

Setup time: ~10 minutes

Steps:
Add your Google Drive OAuth2 credentials to the Google Drive nodes
Configure Supabase Postgres credentials in the SQL node
Add Supabase API credentials to the Vector Store node
Add Google Gemini API key to the Embeddings node
Update the input with your Drive folder URL
Execute the workflow

Note: The SQL query will drop any existing "documents" table, so backup data if needed. Detailed node-by-node instructions are in the sticky notes within the workflow.

Works with: Study Agent (main use case), custom AI agents, chatbots, documentation search, customer support bots, or any RAG application.

Nodes Used (6)

Code
n8n-nodes-base.code
Default Data Loader
@n8n/n8n-nodes-langchain.documentDefaultDataLoader
Embeddings Google Gemini
@n8n/n8n-nodes-langchain.embeddingsGoogleGemini
Google Drive
n8n-nodes-base.googleDrive
Postgres
n8n-nodes-base.postgres
Supabase Vector Store
@n8n/n8n-nodes-langchain.vectorStoreSupabase