forked from Archives/langchain
9753bccc71
- Add support for local build and linkchecking of docs - Add GitHub Action to automatically check links before prior to publication - Minor reformat of Contributing readme - Fix existing broken links Co-authored-by: Hunter Gerlach <hunter@huntergerlach.com> Co-authored-by: Hunter Gerlach <HunterGerlach@users.noreply.github.com> Co-authored-by: Hunter Gerlach <hunter@huntergerlach.com>
18 lines
441 B
ReStructuredText
18 lines
441 B
ReStructuredText
How-To Guides
|
|
=============
|
|
|
|
The examples here all address certain "how-to" guides for working with LLMs.
|
|
They are split into two categories:
|
|
|
|
|
|
1. `Generic Functionality <./generic_how_to.html>`_: Covering generic functionality all LLMs should have.
|
|
2. `Integrations <./integrations.html>`_: Covering integrations with various LLM providers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
:hidden:
|
|
|
|
./generic_how_to.rst
|
|
./integrations.rst
|