Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Mistral AI Embedding Examples

This folder contains examples demonstrating how to use Mistral AI embedding models with the Agent Framework.

Examples

File Description
mistral_embeddings.py Basic embedding generation with the Mistral AI embedding client.

Environment Variables

  • MISTRAL_API_KEY: Your Mistral AI API key
  • MISTRAL_EMBEDDING_MODEL: Embedding model name (e.g., mistral-embed)
  • MISTRAL_SERVER_URL (optional): Server URL override for custom deployments