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** How to calculate total tokens consumption for evaluating our RAG model?...

question

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I am able to calculate 4 metrics {'faithfulness': 1.0000, 'answer_relevancy': 0.9880, 'context_recall':...

bug

[ x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** Faithfullness is not working returning always Nan, sometimes also the context precision...

bug

Hi, I am wondering how to save each generated testset data in a single testset generating step? I mean for example if I use `generator.generate_with_langchain_docs` and set `test_size=1000`, it will...

question
module-testsetgen

## Overview This PR addresses the double swap bug in the AnswerAccuracy metric implementation. In the original implementation, both the meta-labels (User Answer / Reference Answer) and their corresponding values...

size:XS

## Overview This PR fixes a bug in the RefusalRate docs metric implementation. The ValidationError occurred because the required fields for a SingleTurnSample were set to {"response", "reference"}, while the...

size:XS

` scores = ragas_evaluate( dataset=eval_dataset, metrics=[metric], run_config=my_run_config, llm=evaluator_llm, embeddings=evaluator_embeddings ) ` this code is normal in local windows, but when I run in ubuntu(18.04.6), it is error:Can't patch loop of...

bug

[ ] I have checked the [documentation](https://docs.ragas.io/en/stable/getstarted/rag_testset_generation/) and related resources and couldn't resolve my bug. **Describe the bug** I am not able to do testset generation using the local Ollama...

bug
module-testsetgen

- I checked the [documentation](https://docs.ragas.io/en/stable/getstarted/rag_testset_generation/#load-documents) and related resources and couldn't find an answer to my question. **Question** - Previously there was a feature which would let you add the name...

question
module-testsetgen