-
Evaluation failed: 'CustomOllama' object has no attribute 'set_run_config', what is the solution,
Ragas Version: 0.1.7
**Code Examples**
# Define a simple dataset using Pandas DataFrame
data…
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
i ran following code of ragas on windows 10
Ragas version: 0.1.4
Python versi…
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
Further request for LLamaIndex support regarding Azure OpenAI…
-
#My code is
from datasets import Dataset
from ragas.llms import LangchainLLMWrapper
from langchain_community.embeddings import SparkLLMTextEmbeddings, HuggingFaceEmbeddings
#from langchain_commu…
-
**Describe the bug**
A clear and concise description of what the bug is.
I tried using RAGAS with a model that is not OpenAI. In general whatever model I use I get this error back:
```
File …
-
I have down model weights in my computer,but i don't how to use LOCAL LLMS and Embeddings for ragas according to
Here is My code but it did't work
```
import typing as t
import asyncio
from ty…
-
**Describe the bug**
Upon instantiating a roster for a given team, the _players_ field will always be an empty list (or dict).
**To Reproduce**
Sample code:
```python
import sportsipy.nfl.roste…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
** How do I specify the name of the model**
An LLM is deployed locally. …
-
ragas version 0.1.12
**Describe the bug**
I try to run the demo with my openai key, which i have test my key is valid and i can get the correct response via:
curl https://api.gptsapi.net/v1/model…
-
[X ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
I am following [this RAGAs documentation](https://docs.ragas…