From c6c2649a5a2c359cae2be12c28432ddbbbceef8d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 15 May 2024 12:59:45 -0700 Subject: [PATCH] move installation (#21711) --- docs/docs/how_to/agent_executor.ipynb | 2 +- docs/docs/how_to/index.mdx | 4 ++++ docs/docs/{ => how_to}/installation.mdx | 0 docs/docs/tutorials/agents.ipynb | 2 +- docs/docs/tutorials/chatbot.ipynb | 2 +- docs/docs/tutorials/extraction.ipynb | 2 +- docs/docs/tutorials/llm_chain.ipynb | 2 +- docs/docs/tutorials/rag.ipynb | 2 +- docs/docs/tutorials/summarization.ipynb | 2 +- docs/sidebars.js | 9 +++------ 10 files changed, 14 insertions(+), 13 deletions(-) rename docs/docs/{ => how_to}/installation.mdx (100%) diff --git a/docs/docs/how_to/agent_executor.ipynb b/docs/docs/how_to/agent_executor.ipynb index 8608e649476..a1fcc4f7ab0 100644 --- a/docs/docs/how_to/agent_executor.ipynb +++ b/docs/docs/how_to/agent_executor.ipynb @@ -66,7 +66,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/docs/how_to/index.mdx b/docs/docs/how_to/index.mdx index 7829a2edd39..ecfecd16e9d 100644 --- a/docs/docs/how_to/index.mdx +++ b/docs/docs/how_to/index.mdx @@ -11,6 +11,10 @@ For conceptual explanations see [Conceptual Guides](/docs/concepts/). For end-to-end walkthroughs see [Tutorials](/docs/tutorials). For comprehensive descriptions of every class and function see [API Reference](https://api.python.langchain.com/en/latest/). +## Installation + +- [How to: install LangChain packages](/docs/how_to/installation/) + ## Key features This highlights functionality that is core to using LangChain. diff --git a/docs/docs/installation.mdx b/docs/docs/how_to/installation.mdx similarity index 100% rename from docs/docs/installation.mdx rename to docs/docs/how_to/installation.mdx diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index 3e68aeabf2c..648165ccce6 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -63,7 +63,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/docs/tutorials/chatbot.ipynb b/docs/docs/tutorials/chatbot.ipynb index cecf81c32a1..b340b26b5d6 100644 --- a/docs/docs/tutorials/chatbot.ipynb +++ b/docs/docs/tutorials/chatbot.ipynb @@ -75,7 +75,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/docs/tutorials/extraction.ipynb b/docs/docs/tutorials/extraction.ipynb index 2f4696bda07..263b9b86364 100644 --- a/docs/docs/tutorials/extraction.ipynb +++ b/docs/docs/tutorials/extraction.ipynb @@ -65,7 +65,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/docs/tutorials/llm_chain.ipynb b/docs/docs/tutorials/llm_chain.ipynb index dfdf233551e..2e82f9a5de7 100644 --- a/docs/docs/tutorials/llm_chain.ipynb +++ b/docs/docs/tutorials/llm_chain.ipynb @@ -64,7 +64,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/docs/tutorials/rag.ipynb b/docs/docs/tutorials/rag.ipynb index a70f3fefc82..86cfd43d56c 100644 --- a/docs/docs/tutorials/rag.ipynb +++ b/docs/docs/tutorials/rag.ipynb @@ -78,7 +78,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/docs/tutorials/summarization.ipynb b/docs/docs/tutorials/summarization.ipynb index 5f71a09c205..2dd0904468b 100644 --- a/docs/docs/tutorials/summarization.ipynb +++ b/docs/docs/tutorials/summarization.ipynb @@ -84,7 +84,7 @@ "```\n", "\n", "\n", - "For more details, see our [Installation guide](/docs/installation).\n", + "For more details, see our [Installation guide](/docs/how_to/installation).\n", "\n", "### LangSmith\n", "\n", diff --git a/docs/sidebars.js b/docs/sidebars.js index 734a9f80b73..decc7316218 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -21,12 +21,9 @@ module.exports = { docs: [ { - type: "category", - label: "Introduction", - collapsed: false, - collapsible: false, - link: { type: "doc", id: "introduction" }, - items: ["installation"], + type: "doc", + label: "Introduction", + id: "introduction", }, { type: "category",