RAG Workflow For Company Documents Stored in Google Drive
detail.loadingPreview
A RAG workflow to query company documents stored in Google Drive.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow implements a Retrieval-Augmented Generation (RAG) system to allow users to query company documents stored in Google Drive. It indexes documents into a Pinecone vector store, enabling efficient retrieval of relevant information to answer user questions using an AI agent.
Key Features
- Indexes documents from Google Drive into Pinecone.
- Utilizes Google Gemini for embeddings and chat model.
- Supports file creation and updates in Google Drive as triggers.
- Provides a chat interface for querying documents.
How To Use
- Ensure your Google Drive and Pinecone credentials are set up in n8n.
- Configure the
Google Drive File CreatedandGoogle Drive File Updatedtriggers to watch the desired folder. - Set up the
Pinecone Vector Storenode to ingest documents. - Connect the
AI Agentnode with theVector Store Toolfor querying. - Use the
When chat message receivedwebhook to interact with the AI agent.
Apps Used
Workflow JSON
{
"id": "10a2b615-0eec-4e3e-b9dd-b1f380a20a12",
"name": "RAG Workflow For Company Documents Stored in Google Drive",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 10a2b615-0eec...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
RAG Workflow for Company Documents Stored in Google Drive
Automate RAG for your company's internal documents stored in Google Drive. This workflow ingests new or updated files, processes them into embeddings, and stores them in Pinecone for efficient retrieval by an AI agent.
AI-Powered Document Processing and Chatbot
Automates document processing from Google Drive, generates structured metadata, and enables AI-powered chat with vector search.
AI-Powered Product Description Generator
Automate product description creation using AI. This workflow leverages Webhook Trigger, Text Splitter, Embeddings, and Pinecone for efficient generation and storage, with a RAG Agent for intelligent responses.
Build a Telegram RAG PDF Chatbot with OpenAI and Pinecone
This workflow enables users to chat with PDF documents via Telegram. It uses OpenAI for embeddings and question answering, and Pinecone for vector storage, creating a powerful Retrieval-Augmented Generation (RAG) system.
Automated Car Insurance Quote Generator with AI and Vector Store
This n8n workflow generates car insurance quotes using an AI agent. It leverages LangChain nodes like Webhook, Text Splitter, Embeddings, and Vector Store (Pinecone) to process and retrieve relevant information, then logs the results to a Google Sheet.
Automate AI Image Generation with Fal Flux and Save to Google Drive
This workflow leverages Fal Flux to generate AI images based on your prompts and settings. The generated image is then automatically saved to your Google Drive.