mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-03 19:04:23 +00:00
(new docs): fix links (#21345)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user