ragas
ragas copied to clipboard
Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines
I am new to ragas and trying to learn how to evaluate LlamaIndex. When I tried the following code, which is copy-and-pasted from https://github.com/explodinggradients/ragas/blob/main/docs/howtos/integrations/llamaindex.ipynb, the code just hangs forever after...
[x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** When using any gpt-4 model as an evaluator, the context recall metric returns...
**Describe the bug** The output of the AnswerSimilarity metric should be in range 0-1, but gives also negative output, and not in range 0-1. This affects also answer correctness metric....
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I have noticed that in some cases when the retrieved context is...
**Note**: This is just an idea, open to discussions. **Problem**: For use cases(like financial, legal, health-care) where the data might contain names of people, places, organizations etc, most of the...
As an RAG developer, I already have a huge data ingestion pipeline managing data ingestion for me in the Pinecone. Since ETL processes are computationally expensive, one would want to...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** When I try to generate a synthetic dataset with my docs,...
I checked the [documentation](https://docs.ragas.io/en/latest/concepts/testset_generation.html) and related resources and couldn't find an answer to my question. I wanna know the high level understanding. I got to know what is evolution but...
I ran ragas to evaluate my LangChain-powered chatbot (it's basically a QA chain with document retrieval) and I got the following results. question | ground_truth | faithfulness | answer_relevancy |...
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. Bedrock embeddings throw exception when used for answer_correctness and answer_semantic_similarity. See the code and error...