Files
langchain/docs/index.rst
Dev 2049 9600a48d53 wip
2023-05-20 08:15:05 -07:00

98 lines
2.5 KiB
ReStructuredText

Introduction
==========================
Overview
----------------
| **LangChain** is a framework for developing applications powered by language models. We believe that the most powerful and differentiated applications will not only call out to a language model, but will also be:
1. **Data-aware**: Connect a language model to other sources of data
2. **Agentic**: Allow a language model to interact with its environment
| The LangChain framework is designed around these principles.
.. note::
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
: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
.. 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>