Skip to content

feat(core): add Mistral AI support (salvage of #796) - #809

Closed
Bartok9 wants to merge 1 commit into
RobotecAI:bartok9/fixesfrom
Bartok9:salvage/rai-796-mistral-model-name
Closed

Bartok9 wants to merge 1 commit into
RobotecAI:bartok9/fixesfrom
Bartok9:salvage/rai-796-mistral-model-name

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Salvage of #796 by @sachinkum0009 — Mistral AI vendor wiring for chat + embeddings:

  • [mistralai] section in config / defaults
  • MistralAIConfig + load path
  • ChatMistralAI / MistralAIEmbeddings branches
  • langchain-mistralai dependency
  • test config fixtures include mistral

Salvage fix (extra)

Original get_llm_model_direct branch constructed:
ChatMistralAI(model=model, ...) while the parameter is model_nameNameError at runtime. This salvage uses model=model_name (matches openai/ollama/google).

Credit

Salvage of #796 by @sachinkum0009 — rebased to current main with the NameError fix above.

Verification

  • Pre-ship checklist 11/11
  • Focused re-read of model_initialization direct + embeddings paths

Notes

AI-assisted; human-reviewed. Prefer this over leaving #796 with the runtime NameError.

@maciejmajek
maciejmajek changed the base branch from main to bartok9/fixes July 22, 2026 10:04
@maciejmajek
maciejmajek deleted the branch RobotecAI:bartok9/fixes August 12, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants