Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow implements a Retrieval Augmented Generation (RAG) system that integrates Google Drive and Qdrant . This setup creates a powerful, self updating knowledge base that provides accurate, ...
n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow implements a Retrieval-Augmented Generation (RAG) system that integrates Google Drive and Qdrant.
This setup creates a powerful, self-updating knowledge base that provides accurate, context-aware answers to user queries.
Automated Knowledge Base Updates No manual intervention is required—documents in Google Drive are automatically synchronized with Qdrant.
Efficient Search and Retrieval Vector embeddings enable fast and precise retrieval of relevant information.
Scalable and Flexible Works with multiple documents and supports continuous growth of your dataset.
Seamless AI Integration Combines OpenAI embeddings for vectorization and Google Gemini for high-quality natural language answers.
Metadata-Enhanced Storage Each document stores metadata (file ID and name), making it easy to manage and track document versions.
End-to-End RAG Pipeline From document ingestion to AI-powered Q&A, everything is handled inside one n8n workflow.
This workflow implements a Retrieval-Augmented Generation (RAG) system that automatically processes, stores, and retrieves document information for AI-powered question answering. Here’s how it functions:
Document Processing & Vectorization:
Automatic Updates:
Query Handling & Response Generation:
Initial Setup & Maintenance:
To configure this workflow, follow these steps:
STEP 1: Create Qdrant Collection
QDRANTURL in the "Create collection" and "Clear collection" nodes with your Qdrant instance URL (e.g., http://your-qdrant-host:6333).COLLECTION with your desired collection name.STEP 2: Configure Google Drive Access
STEP 3: Set Up AI Models
STEP 4: Configure Metadata
file_id, file_name) to each document chunk. This is set in the Default Data Loader nodes.STEP 5: Test the RAG System
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build a self-updating RAG system with OpenAI, Google Gemini, Qdrant and Google Drive |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | AI RAG, Multimodal AI |
| Author | Davide |
| Published | 20 Aug 2025 |
Use the JSON export at /data/workflows/7647/7647.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow implements a Retrieval Augmented Generation (RAG) system that integrates Google Drive and Qdrant . This setup creates a powerful, self updating knowledge base that provides accurate, ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI RAG, Multimodal AI use case.