From ee33e9fe53e099ce59262e145856c0419c3fe931 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Sun, 15 Sep 2024 23:21:44 -0700 Subject: [PATCH] docs: Fix concepts docs hash param (#6816) --- docs/core_docs/docs/how_to/output_parser_structured.ipynb | 2 +- docs/core_docs/docs/how_to/routing.mdx | 2 +- docs/core_docs/docs/how_to/streaming.ipynb | 2 +- docs/core_docs/docs/tutorials/rag.ipynb | 2 +- docs/core_docs/src/theme/NotFound.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/core_docs/docs/how_to/output_parser_structured.ipynb b/docs/core_docs/docs/how_to/output_parser_structured.ipynb index c7860f637fa9..a6252a3aa1b9 100644 --- a/docs/core_docs/docs/how_to/output_parser_structured.ipynb +++ b/docs/core_docs/docs/how_to/output_parser_structured.ipynb @@ -140,7 +140,7 @@ "id": "75976cd6-78e2-458b-821f-3ddf3683466b", "metadata": {}, "source": [ - "Output parsers implement the [Runnable interface](/docs/how_to/#langchain-expression-language-lcel), the basic building block of the [LangChain Expression Language (LCEL)](/docs/how_to/#langchain-expression-language-lcel). This means they support `invoke`, `stream`, `batch`, `streamLog` calls.\n", + "Output parsers implement the [Runnable interface](/docs/how_to/#langchain-expression-language-lcel), the basic building block of [LangChain Expression Language (LCEL)](/docs/how_to/#langchain-expression-language-lcel). This means they support `invoke`, `stream`, `batch`, `streamLog` calls.\n", "\n", "## Validation\n", "\n", diff --git a/docs/core_docs/docs/how_to/routing.mdx b/docs/core_docs/docs/how_to/routing.mdx index 1a92671ad5ee..be0aa6c3ff53 100644 --- a/docs/core_docs/docs/how_to/routing.mdx +++ b/docs/core_docs/docs/how_to/routing.mdx @@ -65,4 +65,4 @@ import BranchExample from "@examples/guides/expression_language/how_to_routing_r You've now learned how to add routing to your composed LCEL chains. -Next, check out the other [how-to guides on runnables](/docs/how_to/#langchain-expression-language-lcel) in this section. +Next, check out the other [how-to guides on runnables](/docs/how_to/#langchain-expression-language) in this section. diff --git a/docs/core_docs/docs/how_to/streaming.ipynb b/docs/core_docs/docs/how_to/streaming.ipynb index d83b0a29f741..f9817104e5ed 100644 --- a/docs/core_docs/docs/how_to/streaming.ipynb +++ b/docs/core_docs/docs/how_to/streaming.ipynb @@ -11,7 +11,7 @@ "This guide assumes familiarity with the following concepts:\n", "\n", "- [Chat models](/docs/concepts/#chat-models)\n", - "- [LangChain Expression Language](/docs/concepts/#langchain-expression-language-lcel)\n", + "- [LangChain Expression Language](/docs/concepts/#langchain-expression-language)\n", "- [Output parsers](/docs/concepts/#output-parsers)\n", "\n", ":::\n", diff --git a/docs/core_docs/docs/tutorials/rag.ipynb b/docs/core_docs/docs/tutorials/rag.ipynb index c845c9149d72..5f19f579fb51 100644 --- a/docs/core_docs/docs/tutorials/rag.ipynb +++ b/docs/core_docs/docs/tutorials/rag.ipynb @@ -607,7 +607,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We’ll use the [LCEL Runnable](/docs/how_to/#langchain-expression-language-lcel) protocol to define the chain, allowing us to - pipe together components and functions in a transparent way - automatically trace our chain in LangSmith - get streaming, async, and batched calling out of the box" + "We’ll use [LangChain Expression Language (LCEL)](/docs/how_to/#langchain-expression-language-lcel) to define the chain, allowing us to - pipe together components and functions in a transparent way - automatically trace our chain in LangSmith - get streaming, async, and batched calling out of the box" ] }, { diff --git a/docs/core_docs/src/theme/NotFound.js b/docs/core_docs/src/theme/NotFound.js index 3c9460a99f15..d86f790e5755 100644 --- a/docs/core_docs/src/theme/NotFound.js +++ b/docs/core_docs/src/theme/NotFound.js @@ -116,7 +116,7 @@ const suggestedLinks = { alternative: ["/v0.1/docs/expression_language/streaming/"], }, "/docs/expression_language/why/": { - canonical: "/docs/concepts/#langchain-expression-language-lcel", + canonical: "/docs/concepts/#langchain-expression-language", alternative: ["/v0.1/docs/expression_language/why/"], }, "/docs/get_started/": {