ragas icon indicating copy to clipboard operation
ragas copied to clipboard

Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines

Results 425 ragas issues
Sort by recently updated
recently updated
newest added

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** I am using the new @experiment decorator flow to evaluate a...

question

# PR Description This PR introduces a set of performance-focused changes across the Ragas codebase. The goal is to reduce unnecessary overhead in evaluation and sampling paths while keeping all...

# Pythonic Code Quality Improvements ## Summary This PR refactors the codebase to follow Python best practices, eliminating anti-patterns and improving code quality across 15 files. The changes focus on...

Merge when all `v0.4` changes are ready and updated.

size:XXL

**Context:** I am calling the evaluate function to calculate faithfulness and answer correctness. The dataset, which contains answer, context, question, and ground_truth, is passed as input. The evaluate function is...

bug
question
stale

**Describe the Feature** An option to print to PDF would help go over all the features of the package. **Why is the feature important for you?** Moving through pages makes...

documentation
enhancement
good first issue

[x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** [nest_asyncio](https://github.com/erdewit/nest_asyncio) has been archived by the owner for over a year now. This...

bug

**Summary** This PR adds comprehensive support for evaluating agents that use the AG-UI (Agent User Interaction) protocol, enabling real-time evaluation of streaming agent interactions with support for tool calls, multi-turn...

size:XXL

In [doc](https://docs.ragas.io/en/latest/concepts/metrics/semantic_similarity.html ), > The concept of Answer Semantic Similarity pertains to the assessment of the semantic resemblance between the generated answer and the ground truth. This evaluation is based...

bug

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** Unable to install NumPy. Ragas version: 0.3.4 Python version: 3.13 OS :...

bug
stale