Documentation: Minor typo fixes (#1327)

Fixing a few minor typos in the documentation (and likely introducing
other
ones in the process).
This commit is contained in:
Eugene Yurtsev
2023-02-27 17:40:43 -05:00
committed by GitHub
parent f61858163d
commit c14cff60d0
4 changed files with 11 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ Chains
==========================
Using an LLM in isolation is fine for some simple applications,
but many more complex ones require chaining LLMs - either with eachother or with other experts.
LangChain provides a standard interface for Chains, as well as some common implementations of chains for easy use.
but many more complex ones require chaining LLMs - either with each other or with other experts.
LangChain provides a standard interface for Chains, as well as some common implementations of chains for ease of use.
The following sections of documentation are provided:
@@ -26,4 +26,4 @@ The following sections of documentation are provided:
./chains/getting_started.ipynb
./chains/how_to_guides.rst
./chains/key_concepts.rst
Reference<../reference/modules/chains.rst>
Reference<../reference/modules/chains.rst>