-
Notifications
You must be signed in to change notification settings - Fork 997
migration guide additions & fix refs build #1190
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
Conversation
|
Mintlify preview ID generated: preview-mdrxy1-1761772053-8c63b2b |
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.
Pull Request Overview
This PR enhances the LangChain v1 migration guide with additional documentation about breaking changes and minor updates. The changes improve clarity for developers migrating to LangChain v1 by providing more detailed information about the .text() method deprecation, the removal of the example parameter from AIMessage, and various minor changes. Additionally, it updates the Python API reference configuration to preload the langgraph module for better cross-referencing support.
- Improved documentation for the
.text()method conversion from method to property - Added new section documenting the removal of the
exampleparameter fromAIMessage - Added new "Minor changes" section listing several implementation updates in v1
- Added
langgraphto the preload modules list in the Python API reference configuration
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/oss/python/migrate/langchain-v1.mdx | Enhanced migration guide with more detailed information about breaking changes and added a new "Minor changes" section documenting v1 implementation updates |
| reference/python/mkdocs.yml | Added langgraph to the preload_modules list to enable cross-referencing in the API documentation |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
|
Mintlify preview ID generated: preview-mdrxy1-1761772486-e3b1cb8 |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.