mistral_create_embedding
Generate vector embeddings for text using Mistral's embedding model to enable semantic search and similarity analysis.
Instructions
Create vector embeddings for text using Mistral's embedding model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| input | Yes | Text or JSON array of strings to embed | |
| model | No | Embedding model (default: mistral-embed) |