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 checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** Do RAGAS prompts work equally well with other LLMs like Claude 3 Sonnet...

question
linear

What I understood is that Following case is calculation of Context Precision at K=2. For that case, Last part's denominator must be 2 not 1. Is this right? If i...

question
linear

the title says it all but this is for ragas v0.1 😉 [R-257](https://linear.app/exploding-gradients/issue/R-257/[feature-request]-llamaindex-support)

linear

Testing it with a single small document splitter in 5 chuncks. Repeating the test with 2 documents. To see if that could be the issue. This could be related to...

bug
linear

In issue #963 I commented about the RuntimeError when trying to use TestsetGenerator. In issue #681 you discussed that using get_event_loop() was the optimal way to solve the issue but...

size:XS

**Describe the bug** Once ragas is installed I want to import it and I got an error on the import of pydantic output parser from langchain. Ragas version: 0.1.6 Python...

bug
linear

**Describe the bug** I use ragas to evaluate my project,the dataset comes from the project, when I use 100 number of data,it is normal and could get the evaluate result.Then...

bug

Add better testset using the testset generation features of 2 dataset 1. Githlab Handbook 2. Arxiv Papers on LLMs Need to figure out the number of testsets needed From [SyncLinear.com](https://synclinear.com)...

module-testsetgen
Improvement

…eration Previously, the code used a nested loop to iterate over the distributions and generate questions for each document. However, this approach had a potential issue where a single document...

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** Tried Generation Test Set from Together APIs and Hugging Face Embeddings Ragas...

bug