-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
docs: show how to use langchain-cli for migration #26535
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -205,3 +207,48 @@ class FooParser(BaseOutputParser): | |||
|
|||
FooParser.model_rebuild() | |||
``` | |||
|
|||
|
|||
## Migrate using langchain-cli |
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.
should this be in the "How to update your code" section?
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.
I think let's reference, but not move since it's just one part of how to update yoru code and doesn't handle most of the work associated with the pydantic migration
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.
maybe worth making that explicit here then? that this doesn't handle pydantic migration
Co-authored-by: Bagatur <[email protected]>
Update v0.3 instructions a bit --------- Co-authored-by: Bagatur <[email protected]>
Update v0.3 instructions a bit