(new docs): fix links (#21345)

This commit is contained in:
ccurme
2024-05-06 17:52:54 -04:00
committed by GitHub
parent 5d5492ebb4
commit 4792f0575c
9 changed files with 106 additions and 8 deletions

View File

@@ -117,7 +117,7 @@
"\n",
"## Chains {#chains}\n",
"\n",
"Chains (i.e., compositions of LangChain [Runnables](/docs/expression_language/)) support applications whose steps are predictable. We can create a simple chain that takes a question and does the following:\n",
"Chains (i.e., compositions of LangChain [Runnables](/docs/concepts#langchain-expression-language)) support applications whose steps are predictable. We can create a simple chain that takes a question and does the following:\n",
"- convert the question into a SQL query;\n",
"- execute the query;\n",
"- use the result to answer the original question.\n",