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 have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I read the doc for summarization Score. https://docs.ragas.io/en/stable/concepts/metrics/summarization_score.html ![1](https://github.com/user-attachments/assets/980558eb-be3e-4870-af75-f8a23ac34bca) QA score, **higher is better**....

bug
linear

**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 version: 0.1.0 Python version: 3.10.12...

bug

Hi! This PR simply fixes all `json.dumps`. With `ensure_ascii=False`, unicodes can be properly serialized into JSON files in the modern days when UTF-8 is basically universal. This may also prevent...

size:S

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** ``` openai.BadRequestError: Error code: 400 - {'detail': 'Invalid n value (currently only...

bug

todo - [ ] How to do Evaluation Driven Development with the wandb stack? - [ ] build out `ragas.integration.wandb` to make that easiest for users From [SyncLinear.com](https://synclinear.com) | [R-247](https://linear.app/exploding-gradients/issue/R-247/integrations-wandb-and-wandb-tracer)

I want to customize the adapt function, change the language to Chinese this is code: ```py cache_dir = ".cache" adapt( metrics=evaluate_stk, language="Chinese", cache_dir=cache_dir, llm=llm ) ``` and this is the...

bug

Is there a way to customize a prompt using the TestsetGenerator class? I looked at the documentation, and it only provides examples with default prompts used under the hood. I...

question
module-testsetgen

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. ValueError: a cannot be empty unless no samples are taken **Describe the bug** A clear...

bug
module-testsetgen

@dosu I've gone through the library and first of all, the prompt needs to have something that instructs to go through the context, rather than just providing in few shot....

bug

RAGChecker from AWS has [noise sensitivity](https://github.com/amazon-science/RAGChecker/tree/main/ragchecker ) metrics that could be useful to Ragas users TBD 1) Implement metrics 2) Prepare docs to intuitively explain how it's calculated and how...

documentation
enhancement
module-metrics