This commit is contained in:
Dev 2049
2023-05-22 12:53:15 -07:00
parent 9600a48d53
commit e37d647e26
6 changed files with 79 additions and 74 deletions

View File

@@ -0,0 +1,17 @@
Additional Resources
==========================
.. toctree::
:maxdepth: 1
:caption: Additional Resources
:name: resources
LangChainHub <https://github.com/hwchase17/langchain-hub>
getting_started/tutorials.md
Gallery <https://github.com/kyrolabs/awesome-langchain>
./additional_resources/deployments.md
./additional_resources/tracing.md
./additional_resources/model_laboratory.ipynb
Discord <https://discord.gg/6adMQxSpJS>
./additional_resources/youtube.md
Production Support <https://forms.gle/57d8AmXBYp8PP8tZA>

11
docs/ecosystem.rst Normal file
View File

@@ -0,0 +1,11 @@
Ecosystem
==========================
.. toctree::
:maxdepth: 1
:glob:
:caption: Ecosystem
:name: ecosystem
./integrations.rst
./dependents.md

10
docs/get_started.rst Normal file
View File

@@ -0,0 +1,10 @@
Get Started
==========================
.. toctree::
:maxdepth: 1
:caption: Get Started
:name: get_started
getting_started/installation.md
getting_started/getting_started.md

View File

@@ -14,84 +14,17 @@ Overview
This is the Python specific portion of the documentation. See here for the `Conceptual documentation <https://docs.langchain.com/docs/>`_ and here for the `JavaScript documentation <https://js.langchain.com/docs/>`_.
.. toctree::
:maxdepth: 2
:caption: Get Started
:name: get_started
:hidden:
getting_started/installation.md
getting_started/getting_started.md
.. toctree::
:maxdepth: 1
:caption: Modules
:name: modules
:caption: LangChain
:name: langchain
:hidden:
./modules/models.rst
./modules/prompts.rst
./modules/indexes.md
./modules/memory.md
./modules/chains.md
./modules/agents.md
./modules/callbacks/getting_started.ipynb
.. toctree::
:maxdepth: 1
:caption: Use Cases
:name: use_cases
:hidden:
./use_cases/autonomous_agents.md
./use_cases/personal_assistants.md
./use_cases/question_answering.md
./use_cases/chatbots.md
./use_cases/tabular.rst
./use_cases/apis.md
./use_cases/code.md
./use_cases/extraction.md
./use_cases/summarization.md
./use_cases/evaluation.rst
./use_cases/agent_simulations.md
.. toctree::
:caption: Reference
:name: reference
:maxdepth: 2
:hidden:
./reference/models.rst
./reference/prompts.rst
./reference/indexes.rst
./reference/modules/memory.rst
./reference/modules/chains.rst
./reference/agents.rst
./reference/modules/utilities.rst
./reference/modules/experimental.rst
./get_started.rst
./modules.rst
./ecosystem.rst
./reference.rst
./additional_resources.rst
.. toctree::
:maxdepth: 2
:glob:
:caption: Ecosystem
:name: ecosystem
:hidden:
./integrations.rst
./dependents.md
.. toctree::
:maxdepth: 1
:caption: Additional Resources
:name: resources
:hidden:
LangChainHub <https://github.com/hwchase17/langchain-hub>
getting_started/tutorials.md
Gallery <https://github.com/kyrolabs/awesome-langchain>
./additional_resources/deployments.md
./additional_resources/tracing.md
./additional_resources/model_laboratory.ipynb
Discord <https://discord.gg/6adMQxSpJS>
./additional_resources/youtube.md
Production Support <https://forms.gle/57d8AmXBYp8PP8tZA>

15
docs/modules.rst Normal file
View File

@@ -0,0 +1,15 @@
Modules
==========================
.. toctree::
:maxdepth: 1
:caption: Modules
:name: modules
./modules/models.rst
./modules/prompts.rst
./modules/indexes.md
./modules/memory.md
./modules/chains.md
./modules/agents.md
./modules/callbacks/getting_started.ipynb

19
docs/use_cases.rst Normal file
View File

@@ -0,0 +1,19 @@
Use Cases
==========================
.. toctree::
:maxdepth: 1
:caption: Use Cases
:name: use_cases
./use_cases/autonomous_agents.md
./use_cases/personal_assistants.md
./use_cases/question_answering.md
./use_cases/chatbots.md
./use_cases/tabular.rst
./use_cases/apis.md
./use_cases/code.md
./use_cases/extraction.md
./use_cases/summarization.md
./use_cases/evaluation.rst
./use_cases/agent_simulations.md