mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user