mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
fix note callout (#12214)
This commit is contained in:
parent
8ba97cb408
commit
deb8168329
@ -166,7 +166,7 @@
|
||||
"source": [
|
||||
"## [Legacy] RouterChain\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",
|
||||
"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",
|
||||
|
@ -83,7 +83,7 @@
|
||||
"source": [
|
||||
"## [Legacy] TransformationChain\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",
|
||||
"This notebook showcases using a generic transformation chain."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user