You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2026. It is now read-only.
feat(mistral): make Mistral SDK base URL configurable
Add a single optional `MISTRAL_BASE_URL` setting that overrides the
`server_url` passed to every `Mistral(...)` SDK client constructed in
the backend: the dense embedder, the OCR client, and the chat LLM
adapter.
When unset (the default), the SDK continues to use its built-in
`https://api.mistral.ai` endpoint, so behavior is unchanged for
existing deployments. When set, requests are routed to the override
URL — useful for hitting a self-hosted Mistral deployment or a
corporate proxy.
Also expose the new setting in `.env.example` and update the
`_create_dense_embedder` factory and the `MistralDenseEmbedder` ctor
to forward the value.
Assisted-by: Mistral-Vibe:foundry-opus-4.7
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
0 commit comments