mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-02 18:32:56 +00:00
(new docs): fix links (#21345)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
|
||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
||||
"\n",
|
||||
"### LangSmith\n",
|
||||
"\n",
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
|
||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
||||
"\n",
|
||||
"### LangSmith\n",
|
||||
"\n",
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
|
||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
||||
"\n",
|
||||
"### LangSmith\n",
|
||||
"\n",
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
|
||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
||||
"\n",
|
||||
"### LangSmith\n",
|
||||
"\n",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
|
||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
||||
"\n",
|
||||
"### LangSmith\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user