Block 1 - Google Drive Trigger
- Type / Role
- n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
- Config choices
- Version 1
Self Hosted This workflow provides a complete end to end system for automatically managing your inbox by reading incoming questions, matching them to approved guidelines, and sending consistent, 24...
n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, n8n-nodes-qdrant.qdrant, n8n-nodes-base.if, n8n-nodes-base.gmailtrigger, n8n-nodes-base.merge, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Neloy Barman.
Original n8n.io sourceSelf-Hosted
This workflow provides a complete end-to-end system for automatically managing your inbox by reading incoming questions, matching them to approved guidelines, and sending consistent, 24/7 replies. By combining local AI processing with an automated retrieval-augmented generation (RAG) pipeline, it ensures fast resolution times without compromising data privacy or incurring ongoing AI API costs.
This is designed for University Admissions, Student Support Teams, Customer Service Staff, or professionals in any industry who are overwhelmed by their inboxes and spend countless hours answering repetitive questions. It is particularly useful for any organization looking to automate routine FAQs across various fields, maintaining personalized, human-like, and threaded email conversations while keeping data completely in-house.
mxbai-embed-large-v1 model to convert FAQ data and incoming questions into high-dimensional vectors for semantic matching.llama-3.2-3b-instruct model to process the retrieved context and craft a polite, personalized HTML email reply.mxbai model, and stores them in Qdrant.mxbai-embed-large-v1 model and checked against the Qdrant database to retrieve the top 3 most relevant FAQ answers, enforcing a minimum 0.7 similarity threshold for quality control.llama-3.2-3b-instruct model to craft a polite, personalized HTML email response.1234.1234. 192.168.1.50)..env file with your QDRANT_COLLECTION name.docker compose up -d to start the n8n and Qdrant containers.http://localhost:5678 and import the provided JSON workflow file.To run this workflow, you must configure the following credentials in n8n:
http://host.docker.internal:6333.lm-studio).http://<LM_STUDIO_IP>:1234/v1) to ensure n8n can connect to the local AI server from within the Docker network.text-embedding-3-small) or Google Gemini (text-embedding-004) if desired.0.7) in the Qdrant node to be stricter or more lenient depending on your knowledge base accuracy.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 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Retrieve and answer Gmail email queries with Llama 3.2, mxbai-embed, and Qdrant |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Ticket Management, AI RAG |
| Author | Neloy Barman |
| Published | 23 Mar 2026 |
Use the JSON export at /data/workflows/14268/14268.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.
Self Hosted This workflow provides a complete end to end system for automatically managing your inbox by reading incoming questions, matching them to approved guidelines, and sending consistent, 24...
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 Ticket Management, AI RAG use case.