đź“– IT support chatbot with Google Drive, Pinecone & Gemini | AI doc processing

⚡ 12,099 views · 📖 Internal Wiki & Knowledge Base

Description

This n8n template empowers IT support teams by automating document ingestion and instant query resolution through a conversational AI. It integrates Google Drive, Pinecone, and a Chat AI agent (using Google Gemini/OpenRouter) to transform static support documents into an interactive, searchable knowledge base. With two interlinked workflows—one for processing support documents and one for handling chat queries—employees receive fast, context-aware answers directly from your support documentation.

Overview

Document Ingestion Workflow

Chat Query Workflow

Key Benefits & Use Case

Imagine a large organization where every IT support document—from troubleshooting guides to system configurations—is stored in a single Google Drive folder. When an employee encounters an issue (e.g., “How do I reset my VPN credentials?”), they simply type the query into a chat interface. Instantly, the workflow retrieves the most relevant context from the ingested documents and provides a detailed, actionable answer. This process reduces resolution times, enhances support consistency, and significantly lightens the load on IT staff.

Prerequisites

Workflow Details

1 Document Ingestion Workflow

2 Chat Query Workflow

How to Use

  1. Import the Template:
    • Import the template into your n8n instance.
  2. Configure the Google Drive Trigger:
    • Set the folder ID (e.g., 1RQvAHIw8cQbtwI9ZvdVV0k0x6TM6H12P) and connect your Google Drive credentials.
  3. Set Up Pinecone Nodes:
    • Enter your Pinecone index details and credentials.
  4. Configure the Chat AI Agent:
    • Provide your Google Gemini (or OpenRouter) API credentials.
  5. Test the Workflows:
    • Validate the document ingestion workflow by uploading a sample support document.
    • Validate the chat query workflow by sending a test query and verifying the returned support information.

Additional Notes

đź”— Nodes Used

Google Drive, Google Drive Trigger, AI Agent, Recursive Character Text Splitter, Pinecone Vector Store, Extract from File

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup