mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 19:49:09 +00:00
Small quick fix: Suggest making the order of the menu the same as it is written on the page (Getting Started -> Key Concepts). Before the menu order was not the same as it was on the page. Not sure if this is the only place the menu is affected. Mismatch is found here: https://langchain.readthedocs.io/en/latest/modules/llms.html
28 lines
1020 B
ReStructuredText
28 lines
1020 B
ReStructuredText
LLMs
|
|
==========================
|
|
|
|
Large Language Models (LLMs) are a core component of LangChain.
|
|
LangChain is a provider of LLMs, but rather provides a standard interface through which
|
|
you can interact with a variety of LLMs.
|
|
|
|
The following sections of documentation are provided:
|
|
|
|
- `Getting Started <./llms/getting_started.html>`_: An overview of all the functionality the LangChain LLM class provides.
|
|
|
|
- `Key Concepts <./llms/key_concepts.html>`_: A conceptual guide going over the various concepts related to LLMs.
|
|
|
|
- `How-To Guides <./llms/how_to_guides.html>`_: A collection of how-to guides. These highlight how to accomplish various objectives with our LLM class, as well as how to integrate with various LLM providers.
|
|
|
|
- `Reference <../reference/modules/llms.html>`_: API reference documentation for all LLM classes.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: LLMs
|
|
:hidden:
|
|
|
|
./llms/getting_started.ipynb
|
|
./llms/key_concepts.md
|
|
./llms/how_to_guides.rst
|
|
Reference<../reference/modules/llms.rst>
|