-
### Feature Description
Thanks for sharing this powerful tool for RAG.
I've tried to put upon the model in llama-index pipeline but, i got messages from terminal
```CLI
ValueError: Tokenizer c…
-
### Feature request
Given a runnable (e.g., RAG pipeline) automatically run eval against a given (public) dataset
### Motivation
Made evaluation simple by abstracting w/ a template and passing in o…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hi all,
I am looking to build a RAG chatbot with advanced query pipeline. So how to a…
-
### Description
On Linux Ubuntu
```
docker run -e GRADIO_SERVER_NAME=0.0.0.0 -e GRADIO_SERVER_PORT=7860 -p 7860:7860 -v $(pwd):/app -it --rm --name rag_app taprosoft/kotaemon:v1.0
Warning: Can…
-
### Bug Description
Am trying to perform a RAG operation with a chat_engine on top of an index that i already created as seen below.
`chat_engine=index.as_chat_engine(verbose=True)
`
however w…
-
Sorry. I am aware that there are a couple of related issues. But the responses are a fuzzy and and also do not seem up to date.
I am building a semantic retrieval application at reply.ai. We have …
-
### Is your feature request related to a problem?
We need a RAG Search Pipeline that will be used with our `cohere-index`.
### What solution would you like?
In our cluster_bootstrap.py we need t…
-
**Is your feature request related to a problem? Please describe.**
When generating a dataset, it has become more and more useful to incorporate a pipeline of calls to larger LLMs in order to generate…
-
### What happened?
1.) I had provided 4 Resumes and i asked the Skills of one of the Person, in return it gave the output (Skills) of all the 4 person. (VS code UI Coding was done by me and it pro…
-
### Bug Description
creating RAG dataset using RagDatasetGenerator errors on generation when using local model due to the model_name not being defined. it appears to be used for the query_by and pos…