ragas
ragas copied to clipboard
Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines
As per #1915 Args will not contain the `self` argument, it is bound to func in `__self__` so there is no need to try and strip it.
- [x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** When using ragas to evaluate answer relevancy metric, all generated questions are...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
[V] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** I have compared the descriptions of metrics in the documentation for Ragas...
For RAG test datasets with explicit Reference Context IDs (e.g., (https://huggingface.co/datasets/enelpol/rag-mini-bioasq)), direct comparison using the Reference Context IDs from the test dataset itself ensures clarity and accuracy.
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. I am using llama index with azure open ai to evaluate When I...
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** When I use the evaluation function, the timeoutError is frequently displayed, and...
according to the document https://docs.ragas.io/en/stable/howtos/customizations/testgenerator/_language_adaptation/ ```python import asyncio from llama_index.core import SimpleDirectoryReader from llama_index.embeddings.ollama import OllamaEmbedding from llama_index.llms.openai_like import OpenAILike from ragas.embeddings import LlamaIndexEmbeddingsWrapper from ragas.llms import LlamaIndexLLMWrapper from ragas.testset...