mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
8f8392137a
Upgrade the content of MIGRATE.md so it's in sync
12 lines
700 B
Markdown
12 lines
700 B
Markdown
# Migrating
|
|
|
|
Please see the following guides for migratin LangChain code:
|
|
|
|
* Migrate to [LangChain v0.3](https://python.langchain.com/docs/versions/v0_3/)
|
|
* Migrate to [LangChain v0.2](https://python.langchain.com/docs/versions/v0_2/)
|
|
* Migrating from [LangChain 0.0.x Chains](https://python.langchain.com/docs/versions/migrating_chains/)
|
|
* Upgrate to [LangGraph Memory](https://python.langchain.com/docs/versions/migrating_memory/)
|
|
|
|
The [LangChain CLI](https://python.langchain.com/docs/versions/v0_3/#migrate-using-langchain-cli) can help automatically upgrade your code to use non deprecated imports.
|
|
This will be especially helpful if you're still on either version 0.0.x or 0.1.x of LangChain.
|