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

[x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** Unable to instantiate `HuggingfaceEmbeddings`, because it doesn't implement asynchronous embed methods of base...

bug

the `CostCallbackHandler.total_cost` method can take a dictionary of models and associated cost per i/o tokens. However, this was not functional because the token usage parser did not save the model's...

size:M

[yes] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** when setting query distribution to `MultiHopAbstractQuerySynthesizer`, test generation fails. Ragas version: 0.2.6 Python...

bug
module-testsetgen

# Problem default_transform() uses token lengths up to 100k (0-100k interval) and seperates it into three bins. But for longer documents with token length >100k and 0 this function raises...

size:XS

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** I guess that I should use LangchainLLMWrapper to add deepseek api,...

question

- [x] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **My Question** I'm getting exception ``` File "/my/path/to/ragas/prompt/pydantic_prompt.py", line 423, in parse_output_string raise...

bug
question

[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 to create an LLM instance using LangchainLLMWrapper and specify a...

bug

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** rags version: 0.28.0 I use the script in the documentation to...

bug
question
module-testsetgen

## Issue Link / Problem Description - Fixes https://github.com/vibrantlabsai/ragas/issues/2457 (experiment concurrency throttling) Users running `@experiment().arun()` couldn’t limit concurrent async tasks to honor provider rate limits (e.g., Azure OpenAI). Unlike `evaluate()`,...

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. I want to know why the output tokens are getting exceeded while evaluation is in...

bug
question
module-metrics
answered