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

**Describe the bug** Local LLMs either raise Timeout error or Fails to parse output. Ragas version: 0.1.15 Python version: 3.11.3 **Code to Reproduce** ```python from transformers import AutoTokenizer tokenizer =...

bug

[X] 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? When...

question

[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** A clear and concise description of what the bug is. Ragas version:0.1.20...

bug

[X] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** The examples from the '[Traditional NLP Metrics](https://docs.ragas.io/en/latest/concepts/metrics/available_metrics/traditional/)' don't work on the current version....

bug

Hi, is it possible to use the library without having the ground_truth for any metrics?

question

python3.9.19 ; ragas 0.1.21 code: ```py from langchain_community.document_loaders import DirectoryLoader from ragas.testset.generator import TestsetGenerator from ragas.testset.evolutions import simple, reasoning, multi_context from langchain_openai import ChatOpenAI, OpenAIEmbeddings from langchain.embeddings import HuggingFaceEmbeddings loader...

bug
module-testsetgen

[x ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I am using Ragas to generate a test dataset, and using Llama-index...

bug
module-testsetgen

code: ```py from langchain_community.document_loaders import DirectoryLoader from ragas import run_config from ragas.executor import Executor from ragas.testset.generator import TestsetGenerator from ragas.testset.evolutions import simple, reasoning, multi_context from langchain_openai import ChatOpenAI, OpenAIEmbeddings from...

bug
module-testsetgen

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** As the document of ragas says in "Automatic language adaptation"(https://docs.ragas.io/en/v0.1.1/howtos/applications/use_prompt_adaptation.html#language-adaptation-for-metrics),we can...

question

[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** when i import library from ragas i get metaclass conflict: the...

bug
question