-
what is the correct code?
-
#My code is
from datasets import Dataset
from ragas.llms import LangchainLLMWrapper
from langchain_community.embeddings import SparkLLMTextEmbeddings, HuggingFaceEmbeddings
#from langchain_commu…
-
[ ] 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 …
-
**Insufficient metric**
There are various metrics available for RAG.
These include projects such as deepeval, or Galileo.
With the addition of that metric, more diverse metrics should be accommodat…
-
[X] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
I have a locally hosted LLM which I am intending to use as a jud…
-
Some of the pages in the documentation are out of date or incorrect and it make it difficult to have a general idea about the capabilities of the library. Here are a few examples:
- [References/Metri…
-
This project currently does not have enough tests to ensure the faithfulness of the exported model to the original. A test harness should be written that compares the output of the original predictor …
-
Here is my result:
![image](https://github.com/user-attachments/assets/8926ce7f-17a0-490c-9ef2-912c59bbdb67)
and my code:
```
import typing as t
import asyncio
from typing import List
from …
-
I am trying to follow the Get Started documentation on
https://docs.ragas.io/en/latest/getstarted/testset_generation.html
I apologize for being a newbie upfront.
I was able to create the sy…
-