Block 1 - Mistral Upload
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
This workflow is designed to process PDF documents using Mistral's OCR capabilities, store the extracted text in a Qdrant vector database, and enable Retrieval Augmented Generation ( RAG ) for answ...
n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.textsplittertokensplitter, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.chainretrievalqa
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow is designed to process PDF documents using Mistral's OCR capabilities, store the extracted text in a Qdrant vector database, and enable Retrieval-Augmented Generation (RAG) for answering questions. Here’s how it functions:
Once configured, the workflow automates document ingestion, vectorization, and intelligent querying, enabling powerful RAG applications.
End-to-End Automation No manual interaction is needed: documents are read, processed, and made queryable with minimal setup.
Scalable and Modular The workflow uses subflows and batching, making it easy to scale and customize.
Multi-Model Support Combines Mistral for OCR, OpenAI for embeddings, and Gemini for intelligent answering—taking advantage of the strengths of each.
Real-Time Q&A With RAG integration, users can query document content through natural language and receive accurate responses grounded in the PDF data.
Light or Full Mode Users can choose to index full page content or only summarized text, optimizing for either performance or richness.
PDF Processing with Mistral OCR:
Vector Storage in Qdrant:
Question-Answering with RAG:
Optional Summarization:
To deploy this workflow in n8n, follow these steps:
Configure Qdrant Database:
QDRANTURL and COLLECTION in the "Create collection" and "Refresh collection" nodes with your Qdrant instance details. Set Up Credentials:
PDF Source Configuration:
Customize Text Processing:
Test the RAG:
Optional Sub-Workflows:
Contact me for consulting and support or add me on Linkedin.
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 34 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build a PDF Document RAG System with Mistral OCR, Qdrant and Gemini AI |
|---|---|
| Complexity | advanced |
| Nodes | 34 |
| Categories | Document Extraction, AI RAG |
| Author | Davide |
| Published | 26 May 2025 |
Use the JSON export at /data/workflows/4400/4400.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.
This workflow is designed to process PDF documents using Mistral's OCR capabilities, store the extracted text in a Qdrant vector database, and enable Retrieval Augmented Generation ( RAG ) for answ...
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 Document Extraction, AI RAG use case.