This commit is contained in:
Eugene Yurtsev
2024-05-08 17:20:38 -04:00
parent 8719515675
commit af8c076eee

View File

@@ -7,6 +7,17 @@ sidebar_label: Migration
This documentation will help you upgrade your code to LangChain 0.2.x.
:::warning
Do not migrate your code to LangChain 0.2.x until you have read this guide until
the official release of LangChain 0.2.0 on the week of May 20.
We will release RC versions of LangChain 0.2.x before the official release.
You can test your code with these versions to make sure it works properly, but
we recommend waiting until the official release to migrate your code.
:::
## Migration
To migrate to version 0.2.x of LangChain, we first recommend you take the following steps: