Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG
Overview This template allows users to set up an AI-powered chatbot that retrieves and processes knowledge from Google Drive documents using Retrieval-Augmented Generation (RAG). By…
Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG is a n8n workflow for Internal Wiki. Overview This template allows users to set up an AI-powered chatbot that retrieves and processes knowledge from Google Drive documents using Retrieval-Augmented Generation (RAG). By… It is rated intermediate and runs locally — free and private, with 1 model and 8 custom nodes required.
- Use case
- Internal Wiki
- Difficulty
- intermediate
- Author
- Mohsin
- Updated
- Jul 23, 2026
Required models
Required custom nodes
- googleDrive
- googleDriveTrigger
- agent
- lmChatOllama
- textSplitterRecursiveCharacterTextSplitter
- documentDefaultDataLoader
- chatTrigger
- vectorStoreQdrant
Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG
A working n8n automation that runs against a local model via Ollama - 271 views on the n8n template library. Overview This template allows users to set up an AI-powered chatbot that retrieves and processes knowledge from Google Drive documents using Retrieval-Augmented Generation (RAG). By…
What it does
Overview This template allows users to set up an AI-powered chatbot that retrieves and processes knowledge from Google Drive documents using Retrieval-Augmented Generation (RAG). By… It chains 10 nodes, integrating googleDrive, googleDriveTrigger, agent, lmChatOllama.
Requirements
- n8n (self-hosted, free) to run the workflow
- Ollama serving a local model such as llama3-1-8b
- A GPU with enough VRAM for your chosen model (see best model per GPU)
Import it
Open the workflow on the n8n template library and click Use workflow to import it into your self-hosted n8n, then point its model node at your local Ollama endpoint (http://localhost:11434).
Use it with
n8n · Ollama · llama3-1-8b
Workflow by Mohsin on the n8n template library. We link to the original to import; credit and the workflow JSON belong to its author.
Frequently asked
What does the Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG workflow do?
Overview This template allows users to set up an AI-powered chatbot that retrieves and processes knowledge from Google Drive documents using Retrieval-Augmented Generation (RAG). By… It is a n8n workflow built for Internal Wiki.
What do I need to run Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG?
Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG runs on n8n and needs 1 model and 8 custom nodes. Required models: llama3-1-8b. It runs entirely on your own machine.
Is Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG free to use?
Yes. Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG is a local, self-hosted n8n workflow — there are no per-run or API costs once your hardware is set up.
How hard is it to set up Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG?
Build a Document-based AI Chatbot with Google Drive, Llama 3, and Qdrant RAG is rated intermediate. Expect some configuration; review the required components first.