From 443ebe22f45fd4a59797902af7f7b15aca5e3729 Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Sun, 21 May 2023 21:18:22 -0700 Subject: [PATCH] docs: `Deployments` page moved into `Ecosystem/` (#4949) # docs: `deployments` page moved into `ecosystem/` The `Deployments` page moved into the `Ecosystem/` group Small fixes: - `index` page: fixed order of items in the `Modules` list, in the `Use Cases` list - item `References/Installation` was lost in the `index` page (not on the Navbar!). Restored it. - added `|` marker in several places. NOTE: I also thought about moving the `Additional Resources/Gallery` page into the `Ecosystem` group but decided to leave it unchanged. Please, advise on this. ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested: @dev2049 --- .../deployments.md | 0 docs/index.rst | 17 ++++++++++------- docs/integrations.rst | 4 ++-- docs/reference.rst | 4 ++-- 4 files changed, 14 insertions(+), 11 deletions(-) rename docs/{additional_resources => ecosystem}/deployments.md (100%) diff --git a/docs/additional_resources/deployments.md b/docs/ecosystem/deployments.md similarity index 100% rename from docs/additional_resources/deployments.md rename to docs/ecosystem/deployments.md diff --git a/docs/index.rst b/docs/index.rst index 913010b1..3ff5e12b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -67,8 +67,8 @@ For each module LangChain provides standard, extendable interfaces. LangChain al ./modules/models.rst ./modules/prompts.rst - ./modules/indexes.md ./modules/memory.md + ./modules/indexes.md ./modules/chains.md ./modules/agents.md ./modules/callbacks/getting_started.ipynb @@ -115,8 +115,8 @@ Use Cases ./use_cases/tabular.rst ./use_cases/code.md ./use_cases/apis.md - ./use_cases/summarization.md ./use_cases/extraction.md + ./use_cases/summarization.md ./use_cases/evaluation.rst @@ -126,7 +126,10 @@ Reference Docs | Full documentation on all methods, classes, installation methods, and integration setups for LangChain. +- `LangChain Installation <./reference/installation.html>`_ + - `Reference Documentation <./reference.html>`_ + .. toctree:: :maxdepth: 1 :caption: Reference @@ -141,14 +144,16 @@ Ecosystem ------------ | LangChain integrates a lot of different LLMs, systems, and products. -From the other side, many systems and products depend on LangChain. -It creates a vibrant and thriving ecosystem. +| From the other side, many systems and products depend on LangChain. +| It creates a vibrant and thriving ecosystem. - `Integrations <./integrations.html>`_: Guides for how other products can be used with LangChain. - `Dependents <./dependents.html>`_: List of repositories that use LangChain. +- `Deployments <./ecosystem/deployments.html>`_: A collection of instructions, code snippets, and template repositories for deploying LangChain apps. + .. toctree:: :maxdepth: 2 @@ -159,6 +164,7 @@ It creates a vibrant and thriving ecosystem. ./integrations.rst ./dependents.md + ./ecosystem/deployments.md Additional Resources @@ -170,8 +176,6 @@ Additional Resources - `Gallery `_: A collection of great projects that use Langchain, compiled by the folks at `Kyrolabs `_. Useful for finding inspiration and example implementations. -- `Deployments <./additional_resources/deployments.html>`_: A collection of instructions, code snippets, and template repositories for deploying LangChain apps. - - `Tracing <./additional_resources/tracing.html>`_: A guide on using tracing in LangChain to visualize the execution of chains and agents. - `Model Laboratory <./additional_resources/model_laboratory.html>`_: Experimenting with different prompts, models, and chains is a big part of developing the best possible application. The ModelLaboratory makes it easy to do so. @@ -191,7 +195,6 @@ Additional Resources LangChainHub Gallery - ./additional_resources/deployments.md ./additional_resources/tracing.md ./additional_resources/model_laboratory.ipynb Discord diff --git a/docs/integrations.rst b/docs/integrations.rst index 75a244d4..66128fd8 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -6,7 +6,7 @@ LangChain integrates with many LLMs, systems, and products. Integrations by Module -------------------------------- -Integrations grouped by the core LangChain module they map to: +| Integrations grouped by the core LangChain module they map to: - `LLM Providers <./modules/models/llms/integrations.html>`_ @@ -23,7 +23,7 @@ Integrations grouped by the core LangChain module they map to: All Integrations ------------------------------------------- -A comprehensive list of LLMs, systems, and products integrated with LangChain: +| A comprehensive list of LLMs, systems, and products integrated with LangChain: .. toctree:: diff --git a/docs/reference.rst b/docs/reference.rst index ba9cb6f1..96c84116 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -1,8 +1,8 @@ API References ========================== -All of LangChain's reference documentation, in one place. -Full documentation on all methods, classes, and APIs in LangChain. +| Full documentation on all methods, classes, and APIs in LangChain. + .. toctree:: :maxdepth: 1