-
[x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
LLM is started by ollama, so there's no connection issue and …
-
How to set the language type of the generated questions when creating a test set?
code:
```py
import nest_asyncio
nest_asyncio.apply()
from ragas.testset import TestsetGenerator
from ragas.tests…
-
Hello,
I am looking for PDF parser/extractor to read data for ready for LLM to give me values form it. Is it possible to do with this project ?
PDF -> nlm-ingestor -> PDF extracted o/p -> LLM …
-
[ ] 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 …
-
## Describe the bug
Following "Getting Started" instructions, but got an error in API workflow. Always the same errors happen.
```
Error fetching data and indexing: [Errno 2] No such file or dire…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have this code:
```
import streamlit as st
from llama_index.llms.azure_openai imp…
-
Hi,
i try to build a simple RAG script to load a pdf file (~8 pages, _that is not very large but maybe i'm wrong_), at the first question i ask, i've the the error:
`The message history is longer th…
-
When inserting PDF in to qdrant vector db using the llama index framework am getting the below error
**_InactiveRpcError: **
code used
```
from llama_index import (
VectorStoreIndex,…
-
Hi,
Thanks for the plugin, it is rather useful as an LLM/Whisper interface while on the go.
Unfortunately, I’m struggling a bit with the text extraction on mobile. I have tried the stable vers…
-
## Type
- [x] General question or discussion
- [x] Propose a brand new feature
- [ ] Request modification of existing behavior or design
## What is the problem that your feature reques…