Block 1 - Search Documents
- Type / Role
- @n8n/n8n-nodes-langchain.vectorStoreQdrant - vectorStoreQdrant
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
This template presents a multi agent system in which a coordinating agent manages specialized sub agents: an AI agent for RAG and document summarization, and an email agent . Each agent effectively...
@n8n/n8n-nodes-langchain.vectorstoreqdrant, @n8n/n8n-nodes-langchain.toolworkflow, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, n8n-nodes-base.markdown, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yulia.
Original n8n.io sourceThis template presents a multi-agent system in which a coordinating agent manages specialized sub-agents: an AI agent for RAG and document summarization, and an email agent. Each agent effectively operates in its own domain, working collaboratively under the management of the primary agent.
In addition to the two sub-agents, the coordinator agent queries the latest news by calling the HTTPS Request Tool.
💡 This template is an extended version of the initial workflow on how to Build a RAG Agent with n8n, Qdrant & OpenAI.
The RAG sub-agent can use the same Qdrant collection. You can import this example collection (n8n-rag-2437367325990310-2025-11-04-10-41-54.snapshot) of 3 documents into the free Qdrant cloud or self-hosted account, rather than creating it from scratch.
The template uses the following example files in the Google Docs format:
1️⃣ Ask the agent about specific information, facts, quotes, or details that are stored in the uploaded documents.
E.g. What should be documented during incident response?
2️⃣ Ask the agent about recent news and current information from web sources.
E.g. What does BDSG say about data breaches and are there any recent cases?
3️⃣ Ask the agent to summarize the document or information related to the documents and email it to you.
E.g.I need a short summary of the Berkshire Hathaway letter, please send it to my email [[email protected]].
4️⃣ Aks the agent to update you on your recent emails.
E.g. I’d like to know the content of the latest email from [username].
5️⃣ Ask the agent to create a draft of the email.
E.g. Please create an email draft of the [document] summary.
⚠️ The current multi-agent architecture comes with certain trade-offs: the sequential nature of agent hand-offs can increase latency compared to single calls, and the full conversation history is not shared between all sub-agents.
💻 📞Get in touch if you want to customise this workflow or have any questions.
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 multi-agent system with n8n, Qdrant, Gmail & OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Document Extraction, AI Chatbot |
| Author | Yulia |
| Published | 05 Dec 2025 |
Use the JSON export at /data/workflows/11525/11525.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 template presents a multi agent system in which a coordinating agent manages specialized sub agents: an AI agent for RAG and document summarization, and an email agent . Each agent effectively...
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 Document Extraction, AI Chatbot use case.