mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 14:23:58 +00:00
fix note callout (#12214)
This commit is contained in:
parent
8ba97cb408
commit
deb8168329
@ -166,7 +166,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## [Legacy] RouterChain\n",
|
"## [Legacy] RouterChain\n",
|
||||||
"\n",
|
"\n",
|
||||||
"::note:: The preferred approach as of version `0.0.293` is to use LCEL as above.\n",
|
":::note The preferred approach as of version `0.0.293` is to use LCEL as above.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Here we show how to use the `RouterChain` paradigm to create a chain that dynamically selects the next chain to use for a given input. \n",
|
"Here we show how to use the `RouterChain` paradigm to create a chain that dynamically selects the next chain to use for a given input. \n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## [Legacy] TransformationChain\n",
|
"## [Legacy] TransformationChain\n",
|
||||||
"\n",
|
"\n",
|
||||||
"::note:: This is a legacy class, using LCEL as shown above is preffered.\n",
|
":::note This is a legacy class, using LCEL as shown above is preffered.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook showcases using a generic transformation chain."
|
"This notebook showcases using a generic transformation chain."
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user