From 873f64751ea6e08c541b3cbee8d4110e7f9397b1 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 30 Jul 2024 11:28:07 -0400 Subject: [PATCH] docs: Remove danger on how to migrate to astream events v2 (#24825) Users should migrate to v2 now --- docs/docs/versions/v0_2/migrating_astream_events.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/docs/versions/v0_2/migrating_astream_events.mdx b/docs/docs/versions/v0_2/migrating_astream_events.mdx index 730e08c286f..1c8c2af4bd8 100644 --- a/docs/docs/versions/v0_2/migrating_astream_events.mdx +++ b/docs/docs/versions/v0_2/migrating_astream_events.mdx @@ -5,13 +5,7 @@ sidebar_label: astream_events v2 # Migrating to Astream Events v2 -:::danger - -This migration guide is a work in progress and is not complete. Please wait to migrate astream_events. - -::: - -We've added a `v2` of the astream_events API with the release of `0.2.0`. You can see this [PR](https://github.com/langchain-ai/langchain/pull/21638) for more details. +We've added a `v2` of the astream_events API with the release of `0.2.x`. You can see this [PR](https://github.com/langchain-ai/langchain/pull/21638) for more details. The `v2` version is a re-write of the `v1` version, and should be more efficient, with more consistent output for the events. The `v1` version of the API will be deprecated in favor of the `v2` version and will be removed in `0.4.0`.