-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mistral): Mistral 1.3.1 migration #7218
Conversation
Co-authored-by: CarterMorris <[email protected]>
Co-authored-by: CarterMorris <[email protected]>
Co-authored-by: BaNg-W <[email protected]>
Co-authored-by: CarterMorris <[email protected]>
Co-authored-by: BaNg-W <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Hey @jacoblee93, we've completed the Mistral migration to version 1.3.1, ready for review at your earliest convenience! Thanks |
Thank you @CarterMorris! Will look soon. CC @sophiamyang |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks fantastic, thank you so much!
Thank you all! |
Co-authored-by: Ashtian <[email protected]> Co-authored-by: BaNg-W <[email protected]> Co-authored-by: CarterMorris <[email protected]> Co-authored-by: BaNg-W <[email protected]> Co-authored-by: BaNg-W <[email protected]> Co-authored-by: jacoblee93 <[email protected]>
This PR updates the Mistral AI integration from version 0.4.0 to version 1.3.1. It includes fixing the outdated functionality of the Mistral chat models, embeddings, and llms integrations, as well as adding support for new features introduced to Mistral such as new model parameters, complex message types, and hooks. The Mistral integration of messages has been updated to support both Langchain's MessageContentComplex and Mistral's ContentChunk, with all necessary conversions. New unit and integration tests were added to test the new functionality, and the Mistral documentation was updated to include information on how to use hooks.
The migration was taken over from this PR.