Ragas
Ragas is an open-source evaluation toolkit for Large Language Model applications, with particular depth on Retrieval Augmented Generation (RAG) and agentic systems. Originally created under the Exploding Gradients organization on GitHub and now maintained by Vibrant Labs AI, Ragas is a Python library distributed on PyPI under the Apache 2.0 license. It moves teams from informal "vibe checks" to systematic evaluation loops by providing objective LLM-based and traditional metrics, automated test dataset generation, experiment tracking, and integrations with the broader LLM ecosystem including LangChain, LlamaIndex, OpenAI, Anthropic, and popular observability platforms. Ragas exposes a metrics library covering faithfulness, response relevancy, context precision and recall, factual correctness, semantic similarity, agent tool-use accuracy, SQL equivalence, Nvidia-defined RAG metrics, and general-purpose rubric scoring. The project ships a CLI (`ragas`) with quickstart templates such as `rag_eval`, and is consumed primarily as a `pip install ragas` library rather than as a hosted API service. Ragas is widely cited as a default evaluation harness for RAG applications and has grown a substantial community on GitHub and Discord.
More than an index entry, but the surface is still mostly links rather than artifacts — the cohort most likely to move a full band from modest, well-targeted work.
API Evangelist profiles Ragas the way a machine reads it — 27 machine-readable artifacts across 1 API, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Ragas scores 16.3/100 (emerging), with a separate agent-readiness read of 0/100 (human only). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance. Every facet and dimension name is a link: it opens that measurement's page on APIs.io, where the rating runs across the whole catalog — the exact checks that feed it, how every profiled provider distributes on it, and who is at the top of it.
Put this on your own site. The badge is drawn live from Ragas's current Kin Score — paste it once and it updates itself every time the score is recomputed. It follows your visitor's light or dark setting, and it links back here so anyone who sees it can read the full breakdown.
<!-- Kin Score · API Evangelist -->
<a href="https://providers.apievangelist.com/providers/ragas-ai/"
title="Ragas on API Evangelist — API profile and Kin Score">
<img src="https://apis.io/badge/ragas-ai.svg"
alt="Ragas Kin Score — API readiness rating by API Evangelist" width="150" height="150" loading="lazy">
</a>
[](https://providers.apievangelist.com/providers/ragas-ai/)
<!-- Kin Score · API Evangelist -->
<a href="https://providers.apievangelist.com/providers/ragas-ai/"
title="Ragas on API Evangelist — API profile and Kin Score">
<img src="https://apis.io/badge/ragas-ai/card.svg"
alt="Ragas Kin Score — API readiness rating by API Evangelist" width="340" height="120" loading="lazy">
</a>
More shapes, themes and sizes → · Score as JSON · How badges work
How we profile Ragas
Each block below is one kind of artifact we hold for Ragas. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 1
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Ragas Python Library
The Ragas Python library is the primary surface of the project, installed via `pip install ragas` and imported as `ragas`. It exposes evaluation entry points (`ragas.evaluate`),...
Features 10
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
RAG Evaluation Metrics
Faithfulness, Response Relevancy, Context Precision, Context Recall, Context Entities Recall, and Noise Sensitivity for retrieval augmented generation pipelines.
Agent and Tool-Use Metrics
Topic Adherence, Tool Call Accuracy, Tool Call F1, and Agent Goal Accuracy for evaluating multi-step agentic systems.
Natural Language Comparison
Factual Correctness, Semantic Similarity, BLEU, ROUGE, CHRF, Exact Match, and String Presence metrics for output comparison.
SQL Evaluation
Execution-based Datacompy Score and SQL Query Equivalence metrics for text-to-SQL applications.
General Purpose Scoring
Aspect Critic, Simple Criteria Scoring, Rubrics-based scoring, and instance-specific rubrics for custom evaluation criteria.
Nvidia Metrics
Answer Accuracy, Context Relevance, and Response Groundedness metrics contributed by Nvidia for RAG quality.
Test Data Generation
Automated synthesis of diverse test datasets covering single-hop, multi-hop, and abstract query types over user knowledge bases.
Experiments
Experiment-first workflow comparing prompts, models, and configurations across datasets with iterative result tracking.
Custom Metrics
DiscreteMetric and decorator-based APIs for defining LLM-judge and rule-based custom evaluation metrics.
CLI Quickstart Templates
The `ragas quickstart` command scaffolds evaluation projects including the `rag_eval` template for RAG systems.
Scroll within the panel for all 10 ·
Security Posture 1
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Use Cases 6
What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.
What developers build with this provider.
RAG Pipeline Evaluation
Scoring retrieval and generation quality in RAG applications across faithfulness, relevance, and context fidelity.
Agent Evaluation
Measuring tool-call correctness, goal completion, and topic adherence in multi-step LLM agents.
Regression Testing in CI
Running Ragas metrics in CI pipelines to detect quality regressions across prompt, model, and configuration changes.
Model and Prompt Selection
Comparing candidate models and prompt variants on a fixed dataset using Ragas experiments.
Synthetic Test Set Generation
Generating diverse evaluation datasets from a knowledge base for systematic LLM testing.
Text-to-SQL Evaluation
Validating generated SQL against reference queries using execution and structural equivalence metrics.
Integrations 9
Pre-built integrations with other platforms tell you where this provider already fits in a stack.
Pre-built integrations with other platforms and tools.
LangChain
Native integration for evaluating LangChain chains, retrievers, and agents using Ragas metrics.
LlamaIndex
Integration for evaluating LlamaIndex RAG pipelines and query engines.
OpenAI
Default LLM judge backend uses OpenAI models such as GPT-4 class judges.
Anthropic
Anthropic Claude models supported as LLM judges via the LangChain LLM abstraction.
Hugging Face
Support for Hugging Face embeddings and models as judges, plus dataset interop via the `datasets` library.
LangSmith
Result tracking and trace inspection via LangSmith observability.
Arize Phoenix
Observability integration for tracing Ragas evaluations alongside production LLM traffic.
Helicone
LLM cost and trace observability for Ragas-driven evaluations.
Pandas
Datasets and evaluation results are exposed as pandas DataFrames for analysis.
Scroll within the panel for all 9 ·
Resources
Every other property we hold for Ragas — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 1
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Build 4
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 4
Status, limits, changes, and where to get help
Commercial 1
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 3
Properties that don't map to a standard resource type
← All providers · Data indexed from github.com/api-evangelist/ragas-ai · machine-readable index on apis.io
This is an independent, third-party profile of Ragas, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.