workflows.fit
Back to n8n workflows
n8n templateFreeBy Automate With Marc

Index Documents from Google Drive to Pinecone with OpenAI Embeddings for RAG

🧠 Google Drive Upload Trigger β†’ Pinecone Vector Upsert for Document Indexing Category: AI & LLM / Document Indexing Level: Intermediate Tags: Google Drive, Pinecone, OpenAI, Embeddings, Vector Store, LangChain, RAG οΏ½...

Data & StorageAILangchainCore NodesGoogle DriveSplit In BatchesVector Store PineconeEmbeddings Open Ai
Loading interactive preview...

Template notes

🧠 Google Drive Upload Trigger β†’ Pinecone Vector Upsert for Document Indexing Category: AI & LLM / Document Indexing Level: Intermediate Tags: Google Drive, Pinecone, OpenAI, Embeddings, Vector Store, LangChain, RAG

πŸ“„ What This Workflow Does This workflow watches a specific Google Drive folder and automatically uploads any newly added document to a Pinecone vector database β€” complete with OpenAI-generated embeddings.

Perfect for setting up retrieval-augmented generation (RAG) pipelines, semantic search, or document Q&A systems. Once configured, your knowledge base stays up-to-date with zero manual effort.

Watch Full Step By Stey Tutorial Video Here: https://www.youtube.com/@Automatewithmarc

πŸ”§ How It Works πŸ“ Google Drive Trigger Watches a specific folder and triggers when new documents are uploaded.

πŸ” Google Drive File Search & Download Finds and fetches all files in the folder.

πŸ”„ Loop Over Each File Handles batch processing for multiple files.

πŸ“ƒ Document Loader Parses each file as binary and applies custom metadata like document type.