From d898d2f07b7bb86ae3913baaeaf246fe362e2a49 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 23 Jan 2024 21:41:44 -0500 Subject: [PATCH] docs: Fix version in which astream_events was released (#16481) Fix typo in version --- docs/docs/expression_language/interface.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/expression_language/interface.ipynb b/docs/docs/expression_language/interface.ipynb index 6837a73532a..a0e63966afa 100644 --- a/docs/docs/expression_language/interface.ipynb +++ b/docs/docs/expression_language/interface.ipynb @@ -30,7 +30,7 @@ "- [`ainvoke`](#async-invoke): call the chain on an input async\n", "- [`abatch`](#async-batch): call the chain on a list of inputs async\n", "- [`astream_log`](#async-stream-intermediate-steps): stream back intermediate steps as they happen, in addition to the final response\n", - "- [`astream_events`](#async-stream-events): **beta** stream events as they happen in the chain (introduced in `langchain-core` 0.2.0)\n", + "- [`astream_events`](#async-stream-events): **beta** stream events as they happen in the chain (introduced in `langchain-core` 0.1.14)\n", "\n", "The **input type** and **output type** varies by component:\n", "\n",