From 58b6c723758a4627f1372c33bf7e7d06f83747cd Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 22 May 2024 15:48:42 -0700 Subject: [PATCH] docs: add astream v2 migration guide links (#21845) - docs: v0.2 version sidebar - x - x --- docs/docs/versions/v0_2/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/versions/v0_2/index.mdx b/docs/docs/versions/v0_2/index.mdx index c20a1a5dbac..076521e13e1 100644 --- a/docs/docs/versions/v0_2/index.mdx +++ b/docs/docs/versions/v0_2/index.mdx @@ -11,6 +11,7 @@ LangChain v0.2 was released in May 2024. This release includes a number of [brea :::note Reference - [Breaking Changes & Deprecations](/docs/versions/v0_2/deprecations) +- [Migrating to Astream Events v2](/docs/versions/v0_2/migrating_astream_events) ::: @@ -23,6 +24,7 @@ This documentation will help you upgrade your code to LangChain `0.2.x.`. To pre 3. Install a recent version of `langchain-cli` , and use the tool to replace old imports used by your code with the new imports. (See instructions below.) 4. Manually resolve any remaining deprecation warnings. 5. Re-run unit tests. +6. If you are using `astream_events`, please review how to [migrate to astream events v2](/docs/versions/v0_2/migrating_astream_events). ## Upgrade to new imports