Mistral
Chroma provides a convenient wrapper around Mistral’s embedding API. This embedding function runs remotely on Mistral’s servers, and requires an API key. You can get an API key by signing up for an account at Mistral.- Python
- TypeScript
This embedding function relies on the
mistralai python package, which you can install with pip install mistralai.model argument, which selects the Mistral embedding model to use. You can see the supported embedding types and models in Mistral’s docs here