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

When using json.dumps, if the character is not an ASCII character, it is converted to a Unicode character and output or passed to LLM. Due to this issue, LLM is...

size:S

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I am trying to generate test data for ragas evaluation, I have...

bug
module-testsetgen

#### Description This pull request addresses an issue related to the use of the `json.dumps` and `json.dump` methods in the prompt construction process. Currently, the `ensure_ascii` parameter is not set,...

size:S

Faithfulness is not callable

bug

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** How can i set config parameters for test data generation for...

question
module-testsetgen
stale

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** How does RAGAS generate ground_truth in TestSetGenerator class

question
module-testsetgen

I have noticed that if you look at the evaluated data set, the metric is determined individually for each data point of the dataset. The output of the console is...

question
module-metrics

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** What is the use of docstore in TestsetGenerator. How it will...

question

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** When I try to use generator.adapt(language='chinese'), I still encounter errors related to...

bug

Hey, I was wondering if you think it would be possible to create a synthetic dataset for function calling tasks? I would like to use that dataset for a finetuning...

question