Block 1 - Download File
- Type / Role
- n8n-nodes-base.googleDrive - googleDrive
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automates the process of ingesting documents from multiple sources (Google Drive and web forms) into a Qdrant vector database for semantic search capabilities. It handles batch pr...
n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.vectorstoreqdrant, @n8n/n8n-nodes-langchain.embeddingsopenai, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.documentdefaultdataloader, n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jez.
Original n8n.io sourceThis n8n workflow automates the process of ingesting documents from multiple sources (Google Drive and web forms) into a Qdrant vector database for semantic search capabilities. It handles batch processing, document analysis, embedding generation, and vector storage - all while maintaining proper error handling and execution tracking.
Google Drive Integration
Web Form Upload
reset: false to maintain stateThe workflow uses a clever looping mechanism:
Split In Batches with batchSize: 1 ensures single-file processingreset: false maintains loop state across iterationscontinueOnFail options where appropriateForm Upload β Split Files β Batch Loop β Analyze β Insert β Loop Back
Google Drive β List Files β Batch Loop β Download β Analyze β Insert β Delete β Loop Back
text-embedding-3-small for cost savingsThis workflow was developed to process business documents and legal agreements, making them searchable through semantic queries. It's particularly useful for organizations dealing with large volumes of regulatory documentation that need to be quickly accessible and searchable.
The integrated chatbot interface allows users to:
Jeremy Dawes is the CEO of Jezweb, specializing in AI and automation deployment solutions. This workflow represents practical, production-ready automation that solves real business challenges while maintaining simplicity and reliability.
reset: false is crucial for proper loop executionThis workflow demonstrates practical automation that bridges document management with modern AI capabilities, creating intelligent document processing systems that scale with your needs.
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 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Process documents & build semantic search with OpenAI, Gemini & Qdrant |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | AI RAG, Multimodal AI |
| Author | Jez |
| Published | 26 Aug 2025 |
Use the JSON export at /data/workflows/7882/7882.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 n8n workflow automates the process of ingesting documents from multiple sources (Google Drive and web forms) into a Qdrant vector database for semantic search capabilities. It handles batch pr...
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.