Mistral

Elasticsearch is commonly used with Mistral APIs in two ways:

  • Using Mistral's embedding models, mistral-embed, to transform text into a vector
  • Using Mistral's Chat completions API with Mistral's open-source models (Mistral 7B, Mixtral 8x7B, Mixtral 8x22B) and optimized commercial models (Mistral Small, Mistral Medium, Mistral Large, and Mistral Embeddings) to help answer questions given a context of documents retrieved from Elasticsearch

Blogs to get started

Example Chatbot Application

Share this article