fix note callout (#12214)

pull/12215/head
Bagatur 12 months ago committed by GitHub
parent 8ba97cb408
commit deb8168329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save