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 have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. I am trying to use reasoning model(gpt-5-mini), for generating the metrics. But the langchain wrapper is seeming...

bug
question
module-metrics

Hi Team, I am using ragas ==0.2.15. I have created an Investment Research Assistant in LangChain-based conversational AI system designed to guide users in making informed investment decisions. It supports...

bug
question
module-metrics

**Describe the Feature** Is it possible to support Batch API for Ragas? **Why is the feature important for you?** Batch API has lower cost, so it'll lower the evaluation cost...

enhancement

Hello Ragas community! 👋 As we prepare for the **Ragas v0.4 release**, we'd like to gather your feedback on the future direction of our Testset Generation module. This module has...

module-testsetgen

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** I want to make ragas score for custom llm and i...

bug
question
module-metrics

**Summary** Integrate UQLM’s response-level confidence scoring (bounded from 0 to 1) into Ragas via new metrics that calls UQLM `BlackBoxUQ` scorers and/or `WhiteBoxUQ` when token-level logprobs are available. These metrics...

enhancement
module-metrics

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I am using AspectCritic metric with custom settings of the evaluator model....

bug
module-metrics

- [ YES ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** duplicated document nodes are generated during building knowlege graph Ragas...

bug
module-testsetgen

[x] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** I want to check if RAG chunks are relevant for the user...

question

The output answer is the same as the reference answer, and the blue score has always been 0 demo: if __name__ == '__main__': query = "今天天气怎么样" reference = """今天天气很不错""" response...

bug
question
module-metrics