Creates a new Mistral embedding capability adapter.
Owning provider instance used for initialization checks and merged config access.
Initialized official Mistral SDK client.
Executes a Mistral embeddings request.
Responsibilities:
embeddings.create through the official SDKUnified embedding request envelope.
Optional_ctx: MultiModalExecutionContextOptional execution context. Unused directly in this adapter.
Optionalsignal: AbortSignalOptional cancellation signal.
Provider-normalized embedding artifacts.
Adapts Mistral embeddings into ProviderPlaneAI's normalized embedding artifact surface.
Executes Mistral's embeddings API, preserves deterministic vector ordering, and normalizes embedding outputs into
NormalizedEmbedding[].