Mv LCEL routing doc (#10713)

Move to how-to
This commit is contained in:
Bagatur 2023-09-17 16:33:31 -07:00 committed by GitHub
parent 5fda838346
commit 8371a8a0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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,