langchain/docs/modules/utils.rst
Harrison Chase 9753bccc71
Feature: linkcheck-action (#534) (#542)
- 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>
2023-01-04 21:39:50 -08:00

27 lines
845 B
ReStructuredText

Utils
==========================
While LLMs are powerful on their own, they are more powerful when connected with other sources of knowledge or computation.
This section highlights those sources of knowledge or computation,
and goes over how to easily use them from within LangChain.
The following sections of documentation are provided:
- `Key Concepts <./utils/key_concepts.html>`_: A conceptual guide going over the various types of utils.
- `How-To Guides <./utils/how_to_guides.html>`_: A collection of how-to guides. These highlight how to use various types of utils.
- `Reference <../reference/utils.html>`_: API reference documentation for all Util classes.
.. toctree::
:maxdepth: 1
:caption: Utils
:name: Utils
:hidden:
./utils/key_concepts.md
./utils/how_to_guides.rst
Reference <../reference/utils.rst>