ragas
ragas copied to clipboard
Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines
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...
[ ] 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...
#### 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,...
[ ] 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...
[ ] 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
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...
[ ] 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...
[ ] 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...
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...