Skip to Content
Enthusiast 1.3.0 is released 🎉
PluginsMistralAI Integration

MistralAI Integration

The MistralAI plugin for Enthusiast, makes it possible to use MistralAI models.

Installing the Plugin

First, install the enthusiast-model-mistral package using pip:

potery add enthusiast-model-mistral

Then, enable the relevant language model and embedding providers in the settings.py:

CATALOG_LANGUAGE_MODEL_PROVIDERS = { "Mistral": "enthusiast_model_mistral.MistralAILanguageModelProvider", } CATALOG_EMBEDDING_PROVIDERS = { "Mistral": "enthusiast_model_mistral.MistralAIEmbeddingProvider", }

Save the changes and restart the web server and the worker.

Configuring a Data Set to use Azure OpenAI

After installing and configuring the plugin, you can now select Mistral as a language model and embedding provider when setting up a new data set.

Last updated on