Skip to content

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

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

feat(core): add Mistral AI support (salvage of #796)#809
Bartok9 wants to merge 1 commit into
RobotecAI:mainfrom
Bartok9:salvage/rai-796-mistral-model-name

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 17, 2026

Copy link
Copy Markdown

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.

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.

1 participant