Block 1 - Pinecone Vector Store
- Type / Role
- @n8n/n8n-nodes-langchain.vectorStorePinecone - vectorStorePinecone
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
1. Overview The IngestionDocs workflow is a fully automated document ingestion and knowledge management system built with n8n . Its purpose is to continuously ingest organizational documents from G...
@n8n/n8n-nodes-langchain.vectorstorepinecone, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive, n8n-nodes-base.crypto, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mohamed Abdelwahab.
Original n8n.io sourceThe IngestionDocs workflow is a fully automated document ingestion and knowledge management system built with n8n. Its purpose is to continuously ingest organizational documents from Google Drive, transform them into vector embeddings using OpenAI, store them in Pinecone, and make them searchable and retrievable through an AI-powered Q&A interface.
This ensures that employees always have access to the most up-to-date knowledge base without requiring manual intervention.
To keep track of ingestion states, the workflow uses a Google Sheets--based Record Manager:\
This guarantees that only new or modified content is processed, avoiding duplication.
Once a document is marked as new or updated:\
text-embedding-3-large) transform each text
chunk into a semantic vector.\This process builds a scalable and queryable knowledge base.
The workflow also provides an interactive form-based user interface:\
gpt-4.1-mini).\This creates a self-service knowledge base assistant that employees can query in natural language.
✅ In summary, IngestionDocs is a robust AI-driven document ingestion and retrieval system that integrates Google Drive, Google Sheets, OpenAI, and Pinecone within n8n. It continuously builds and maintains a knowledge base of manuals while offering employees an intelligent, user-friendly Q&A assistant for fast and accurate knowledge retrieval.
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 28 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate document ingestion & RAG system with Google Drive, Sheets & OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 28 |
| Categories | AI RAG |
| Author | Mohamed Abdelwahab |
| Published | 05 Sept 2025 |
Use the JSON export at /data/workflows/8312/8312.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.
1. Overview The IngestionDocs workflow is a fully automated document ingestion and knowledge management system built with n8n . Its purpose is to continuously ingest organizational documents from G...
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 AI RAG use case.