-
```
from ragas.metrics.critique import harmfulness
from ragas import evaluate
from ragas.metrics import (
answer_relevancy,
faithfulness,
context_recall,
context_precision,
…
-
- [x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
`EvaluatorChain` errors out for summariztion_score metric. …
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
**Your Question**
Requesting help. I started running ragas last week and…
-
### GitHub Issue Title:
Problem with `answer_relevancy` Metric in Ragas Framework
### Description:
Hello,
I am experiencing an issue with the Ragas evaluation framework when using the `answer_…
-
The WildFly team would once again like to challenge the tests in `JaxRsServerAsyncTest`. These tests and the functionality they exercise, while perhaps useful, are not required by the [MP Telemetry 2.…
-
**Description of the bug**
Using Google Colab. After running `!pip install ragas`, unable to import RagasEvaluatorChain from ragas.langchain.evalchain.
It was okay last week (v0.0.22).
Ragas ver…
-
- [x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
I am using ragas for my application where i am calling raga…
-
Hi!
I would like to thank the authors of the paper for the amazing work that they did, also open-sourcing all the necessary code and data. It is a great contribution to the community!
I am very in…
-
**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 evalu…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
** Facing error with using Langchain wrapped hugging face models**
I am …