From 4899a72b56114c082f9231b4a597b60bf0cadf5a Mon Sep 17 00:00:00 2001 From: kkdamowang Date: Thu, 29 Feb 2024 05:50:26 +0800 Subject: [PATCH] docs: remove duplicate word in lcel/streaming (#18249) - **Description:** Remove duplicate word in lcel/streaming. - **Issue:** No. - **Dependencies:** No. --- docs/docs/expression_language/streaming.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/expression_language/streaming.ipynb b/docs/docs/expression_language/streaming.ipynb index 10254e6918..f543be9f4b 100644 --- a/docs/docs/expression_language/streaming.ipynb +++ b/docs/docs/expression_language/streaming.ipynb @@ -464,12 +464,12 @@ "id": "6fd3e71b-439e-418f-8a8a-5232fba3d9fd", "metadata": {}, "source": [ - "Stream just yielded the final result from that component. \n", + "Stream just yielded the final result from that component.\n", "\n", "This is OK 🥹! Not all components have to implement streaming -- in some cases streaming is either unnecessary, difficult or just doesn't make sense.\n", "\n", ":::{.callout-tip}\n", - "An LCEL chain constructed using using non-streaming components, will still be able to stream in a lot of cases, with streaming of partial output starting after the last non-streaming step in the chain.\n", + "An LCEL chain constructed using non-streaming components, will still be able to stream in a lot of cases, with streaming of partial output starting after the last non-streaming step in the chain.\n", ":::" ] },