You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/mistralai/langchain_mistralai
Pierre Véron ace7b66261
mistralai[patch]: add missing _combine_llm_outputs implementation in ChatMistralAI (#18603)
# Description
Implementing `_combine_llm_outputs` to `ChatMistralAI` to override the
default implementation in `BaseChatModel` returning `{}`. The
implementation is inspired by the one in `ChatOpenAI` from package
`langchain-openai`.
# Issue
None
# Dependencies
None
# Twitter handle
None

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
6 months ago
..
__init__.py mistralai[minor]: Add embeddings (#15282) 9 months ago
chat_models.py mistralai[patch]: add missing _combine_llm_outputs implementation in ChatMistralAI (#18603) 6 months ago
embeddings.py mistralai[minor]: 0.1.0rc0, remove mistral sdk (#19420) 7 months ago
py.typed mistralai: Add langchain-mistralai partner package (#14783) 10 months ago