-
### Bug Description
After upgrading `llama-index-llms-mistralai` to 0.1.5, the most simple chat example for Mistral models no longer works.
### Version
llama-index-core 0.10.19, llama-index-llms-mi…
-
I built the docker image from the repo and running it using the following commands :
```
mkdir -p ~/.cache
mkdir -p ~/save
mkdir -p ~/user_path
mkdir -p ~/db_dir_UserData
mkdir -p ~/users
mkdir…
-
**Is your feature request related to a problem? Please describe.**
With the updates to mistral client the code doesn't work, we have to work with `pip install mistralai==0.0.11` for the moment.
**…
-
Cloned today on Windows 11, manually installing fastlogging and logger doesn't have any effect.
`(env) PS C:\1\devika\1\devika> python devika.py
Traceback (most recent call last):
File "C:\1\de…
-
### Operating System
Windows
### Version Information
Python 3.8.2 / 3.11.9 (tested with both)
langchain-mistralai : 0.1.1
langchain : 0.1.16
### Steps to reproduce
@santiagxf thank yo…
-
When I try to import ChatMistralAI I get the following error:
```
/Users/Desktop/xamax/server/node_modules/@langchain/mistralai/dist/chat_models.cjs:8
const mistralai_1 = __importDefault(require(…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
base_url: links fastchat with the openai A…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I deployed Mistral via Azure AI, how do I use it in LlamaIndex. I tried using the Mistra…
-
### System Info
Running TGI docker with command
`docker run --rm --gpus all --ipc=host -p 8080:80 -v /root/.cache/huggingface/hub:/data -e HF_API_TOKEN=hf_XXXX ghcr.io/huggingface/text-generatio…
-
I would like to add a Connector to Mistral API, the "recommended contribution workflow" states that i should make an issue about that first. I will take on the implementation.
If you choose to …