Files
langchain/docs/index.rst
Dev 2049 043ef865ca merge
2023-05-22 12:54:35 -07:00

29 lines
914 B
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: 1
:caption: LangChain
:name: langchain
:hidden:
./get_started.rst
./modules.rst
./ecosystem.rst
./reference.rst
./additional_resources.rst