Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Language & NLP / RAGAS
△EvalLanguage & NLPFree

RAGAS

Apache-2.0 RAG evaluation framework — faithfulness, answer relevancy, context recall, and more in one pip install.

@ai-supply
Installs58k
Rating★ 4.6
Reviews19
Install (free) to download the source.↗ Source repository

RAGAS

RAGAS (Retrieval Augmented Generation Assessment) is an open-source framework for evaluating RAG pipelines end-to-end. It provides reference-free metrics that assess both the retrieval and generation stages without requiring ground-truth labels — making it practical for production monitoring as well as offline development.

Key features

  • Reference-free metrics: faithfulness, answer relevancy, context precision, context recall, context entity recall
  • End-to-end dataset evaluation: score entire test sets in one call
  • LangChain and LlamaIndex native integrations
  • LLM-as-judge architecture — configurable judge model
  • CI/CD friendly — JSON output, thresholds, dataset tracking
  • Apache-2.0 license

Quick start

pip install ragas
from ragas import evaluate
from ragas.metrics import faithfulness, answer_relevancy, context_recall
from datasets import Dataset

data = {
    "question": ["What year was Python created?"],
    "answer": ["Python was created in 1991."],
    "contexts": [["Python was created by Guido van Rossum and first released in 1991."]],
    "ground_truth": ["1991"]
}

dataset = Dataset.from_dict(data)
result = evaluate(dataset, metrics=[faithfulness, answer_relevancy, context_recall])
print(result)

Install via ai-supply

npx ai-supply add ragas-rag-evaluation

Curated mirror of the open-source RAGAS (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy