ragas
ragas copied to clipboard
Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines
Hi, at first, I want to say thanks this wonderful work. Actually, I want save the reason of evaluation. I mean, line 69 to line 106 at https://github.com/explodinggradients/ragas/blob/main/src/ragas/metrics/_answer_correctness.py Actually, it...
I am getting an “Failed to parse output. Returning None” error. I I have tried llama3 and mistral8x7b. I believe both models should be able to generate json like outputs....
- [X] Test generation from blogs - [X] resolve errors associated with headlines splitter - [X] Implement hierarchical splitter - [X] Experiment with persona wise generation - [ ] Add...
- [X] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** When i try automatic language adaptation for a faithfulness metric, i get...
From [SyncLinear.com](https://synclinear.com) | [R-286](https://linear.app/exploding-gradients/issue/R-286/release-prompt-object-as-experimental)
Solves: - #1185 - Took inspiration from RAGChecker from AWS Noise sensitivity [noise sensitivity](https://github.com/amazon-science/RAGChecker/tree/main/ragchecker) metrics. - Have tested it locally, it is working giving the results. ### Input ```python from...
[x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** Running `generate_with_langchain_docs` gets stuck, showing: ``` Filename and doc_id are the same for...
 - [ ] #1010 - [ ] Reference free - [ ] Generation - [ ] Summarisation - [ ] Code summary - [ ] Textual summary - [...
Issue: Runtime metric language adaptation (e.g. adapting to italian and then to german in the same run) does not work. The reason is that the @dataclass factories in the metrics...
This PR adds a fix for the issue mentioned in #1108 However I have a points to discuss @shahules786 : - I had added `conciseness_score` to penalize long summaries, but...