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

## Summary This PR adds a base_url parameter to the embedding_factory function, allowing users to specify a custom API endpoint for the embedding model. This is particularly useful when working...

size:XS

Calling generate 3 times gives the questions with exact words every time. generate_multiple tends to give semantically matching questions.

size:XS

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** what is unclear to you? What would you like to know?...

bug
question

**Describe the Feature** I would like to do evaluation using Bedrock or Gemini with llamaindex and not just langchain (https://docs.ragas.io/en/stable/howtos/customizations/customize_models/). i have already tried to use to use `LlamaIndexLLMWrapper` and...

enhancement

The description of Context Relevance metric was not right and it was not giving the explanation which it actual does. Updating it to the right one.

size:XS

# Description Closes #1990 by adding type checks and improved error handling. This issue was a bit unintuitive when I came across it, and is easily fixed by having a...

size:S

Sometimes, FactualCorrectness() produces incorrect intermediate output. Example: "claims":[ "the number is 6", "the number is 9", ] Then, it tries to fix the error. However, even though it regenerates the...

bug

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** How ragas can make it possible to evaluate retrieval and generation...

question

Code: %python # %pip install openai langchain from ragas.metrics import answer_relevancy, faithfulness, context_utilization from ragas.evaluation import evaluate from azure.identity import DefaultAzureCredential import openai import os from langchain.llms import AzureOpenAI #...

bug
module-metrics

[ x ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** In the Nvidia Accuracy metric calculation, the User Answer and Reference...

bug
module-metrics