Block 1 - Only if we are evaluating
- Type / Role
- n8n-nodes-base.evaluation - evaluation
- Config choices
- Version 4.7
This workflow is provided as-is. Please review and test before using in production.
This workflow is my personal solution for the Agentic Arena Community Contest , where the goal is to build a Retrieval Augmented Generation (RAG) AI agent capable of answering questions based ...
n8n-nodes-base.evaluation, n8n-nodes-base.set, n8n-nodes-base.evaluationtrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chat, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.manualtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceπ€π This workflow is my personal solution for the Agentic Arena Community Contest, where the goal is to build a Retrieval-Augmented Generation (RAG) AI agent capable of answering questions based on a provided PDF knowledge base.
β End-to-End RAG Implementation Fully automates the ingestion, processing, and retrieval of knowledge from PDFs into a vector database.
β Accuracy through Multi-Layered Retrieval Combines embeddings, Qdrant search, and Cohere reranking to ensure the agent retrieves the most relevant policy information.
β Robust Evaluation System Includes an automated correctness evaluation pipeline powered by GPT-4.1 as a judge, ensuring transparent scoring and continuous improvement.
β Citation-Driven Compliance The AI agent is instructed to provide citations for every answer, making it suitable for high-stakes use cases like policy compliance.
β Scalability and Modularity Can easily integrate with different data sources (Google Drive, APIs, other storage systems) and be extended to new use cases.
β Seamless Collaboration with Google Sheets Both the evaluation set and the results are integrated with Google Sheets, enabling easy monitoring, iteration, and reporting.
β Cloud and Self-Hosted Flexibility Works with self-hosted Qdrant on Hetzner, Mistral Cloud for OCR, and OpenAI/Cohere APIs, combining local control with powerful cloud AI services.
Knowledge Base Ingestion (The "Setup" Execution):
Agent Evaluation (The "Testing" Execution):
To implement this solution, you need to configure the following components and credentials:
Configure Core AI Services:
Set up the Vector Database (Qdrant):
agentic-arena) is created or matches your setup.Connect Data Sources:
folderId parameter to point to your own Google Drive folder containing the contest PDFs.documentId to point to your own copy of the evaluation Google Sheet containing the test questions and answers.documentId to point to the Google Sheet where you want to save the evaluation results.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 41 workflow blocks. Download the JSON for the full node graph.
| Workflow | My solution for the "Agentic Arena Community Contest" (RAG, Qdrant, Mistral OCR) |
|---|---|
| Complexity | advanced |
| Nodes | 41 |
| Categories | AI RAG |
| Author | Davide |
| Published | 26 Sept 2025 |
Use the JSON export at /data/workflows/8944/8944.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 my personal solution for the Agentic Arena Community Contest , where the goal is to build a Retrieval Augmented Generation (RAG) AI agent capable of answering questions based ...
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.