From af8c076eee17d4c7b3132ab5b01239e31321f7ba Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 8 May 2024 17:20:38 -0400 Subject: [PATCH] x --- docs/docs/upgrading/v0.2/migration.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/upgrading/v0.2/migration.mdx b/docs/docs/upgrading/v0.2/migration.mdx index ceb1fdee666..c5396c6f7b3 100644 --- a/docs/docs/upgrading/v0.2/migration.mdx +++ b/docs/docs/upgrading/v0.2/migration.mdx @@ -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: