ragas
ragas copied to clipboard
Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines
**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 =...
[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...
[ ] 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...
[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....
Hi, is it possible to use the library without having the ground_truth for any metrics?
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...
[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...
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...
[ ] 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...
[ ] 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...