mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
10 lines
524 B
Markdown
10 lines
524 B
Markdown
# Migrating
|
|
|
|
Please see the following guides for migrating LangChain code:
|
|
|
|
* Migrate to [LangChain v1.0](https://docs.langchain.com/oss/python/migrate/langchain-v1)
|
|
* 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/)
|
|
* Upgrade to [LangGraph Memory](https://python.langchain.com/docs/versions/migrating_memory/)
|