Evaluate AI Agent Response Relevance with OpenAI & Cosine Similarity - n8n Workflow | Neura Market
Evaluate AI Agent Response Relevance with OpenAI & Cosine Similarity
Evaluates AI agent response relevance to user questions by generating a proxy question via OpenAI and scoring with cosine similarity, inspired by RAGAS.
This n8n workflow calculates the 'Relevance' metric for AI agent responses in Q&A scenarios, adapting the open-source RAGAS framework. It analyzes the agent's answer by prompting another LLM (OpenAI) to generate a representative question from it, then compares this to the original user question using cosine similarity on embeddings. High scores indicate on-topic, accurate responses; low scores flag irrelevance, hallucinations, or off-script content.
The process starts with inputting the user qu
Platform
n8n
Category
Travel
Price
$16.99
Creator
Jose Maurino
AI Evaluation
Relevance Scoring
OpenAI
Cosine Similarity
RAGAS
Chatbots
Q&A
Text Analytics
LangChain
n8n AI
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.