rag_evaluation_framework

Evaluating Retrieval-Augmented Generation (RAG) systems requires a comprehensive approach that measures both retrieval quality and generation performance. This framework provides methodologies, metrics, and tools for systematic RAG evaluation across different stages of the pipeline.

Content Preview
# RAG Evaluation Framework

## Overview

Evaluating Retrieval-Augmented Generation (RAG) systems requires a comprehensive approach that measures both retrieval quality and generation performance. This framework provides methodologies, metrics, and tools for systematic RAG evaluation across different stages of the pipeline.

## Evaluation Dimensions

### 1. Retrieval Quality (Information Retrieval Metrics)

**Precision@K**: Fraction of retrieved documents that are relevant
- Formula: `Precision@K
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/rag_evaluation_framework.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/rag-architect/references/rag_evaluation_framework.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/rag-architect/references/rag_evaluation_framework.md

Related Skills