mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 06:13:36 +00:00
docs: remove duplicate word in lcel/streaming (#18249)
- **Description:** Remove duplicate word in lcel/streaming. - **Issue:** No. - **Dependencies:** No.
This commit is contained in:
parent
2c42f3a955
commit
4899a72b56
@ -464,12 +464,12 @@
|
|||||||
"id": "6fd3e71b-439e-418f-8a8a-5232fba3d9fd",
|
"id": "6fd3e71b-439e-418f-8a8a-5232fba3d9fd",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Stream just yielded the final result from that component. \n",
|
"Stream just yielded the final result from that component.\n",
|
||||||
"\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",
|
"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",
|
"\n",
|
||||||
":::{.callout-tip}\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",
|
||||||
":::"
|
":::"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user