Mv LCEL routing doc (#10713)

Move to how-to
pull/10642/head^2
Bagatur 1 year ago committed by GitHub
parent 5fda838346
commit 8371a8a0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,9 @@
{ {
"redirects": [ "redirects": [
{
"source": "/docs/expression_language/cookbook/routing",
"destination": "/docs/expression_language/how_to/routing"
},
{ {
"source": "/docs/integrations/providers/amazon_api_gateway", "source": "/docs/integrations/providers/amazon_api_gateway",
"destination": "/docs/integrations/platform/aws" "destination": "/docs/integrations/platform/aws"

@ -5,7 +5,7 @@
"id": "4b47436a", "id": "4b47436a",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Routing\n", "# Route between multiple Runnables\n",
"\n", "\n",
"This notebook covers how to do routing in the LangChain Expression Language\n", "This notebook covers how to do routing in the LangChain Expression Language\n",
"\n", "\n",
@ -224,7 +224,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.1" "version": "3.9.1"
} }
}, },
"nbformat": 4, "nbformat": 4,
Loading…
Cancel
Save