mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 18:33:40 +00:00
parent
5fda838346
commit
8371a8a0c6
@ -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…
Reference in New Issue
Block a user