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: Stores vectorized documents in Qdrant , Retrieves relevant content based on user input, Generates AI answers using Googl...
n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.vectorstoreqdrant, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait
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:
Create Qdrant Collection A REST API node creates a new collection in Qdrant with specified vector size (1536) and cosine similarity.
Load Files from Google Drive The workflow lists all files in a Google Drive folder, downloads them as plain text, and loops through each.
Text Preprocessing & Embedding
text-embedding-3-small assumed).Store in Qdrant All vectors, along with metadata, are inserted into the Qdrant collection.
Chat Input & Retrieval
Source Aggregation & Response
File IDs and names are deduplicated.
The AI response is combined with a list of cited documents (filenames).
Final output:
AI Response
Sources: ["Document1", "Document2"]
Document Processing & Vectorization
negozio-emporio-verde.Query Handling & Response Generation
Sources: ["FAQ.pdf", "Policy.txt"]).Configure Qdrant Collection
QDRANTURL and COLLECTION in the "Create collection" HTTP node to initialize the Qdrant collection with: 1536 (OpenAI embedding dimension). Cosine.Google Drive & OpenAI Integration
Test Negozio in this example). Metadata & Output Customization
Sources: {{...}} to match your preferred style).Testing
Note: Replace placeholder values (e.g., QDRANTURL) with actual endpoints before deployment.
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 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build a RAG system with automatic citations using Qdrant, Gemini & OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Internal Wiki, AI RAG |
| Author | Davide |
| Published | 18 Jun 2025 |
Use the JSON export at /data/workflows/5023/5023.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: Stores vectorized documents in Qdrant , Retrieves relevant content based on user input, Generates AI answers using Googl...
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 Internal Wiki, AI RAG use case.