mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 13:27:36 +00:00
docs: remove nonexistent headings (#22685)
This commit is contained in:
parent
9e03864d64
commit
9b3ce16982
@ -96,9 +96,9 @@ To make it as easy as possible to create custom chains, we've implemented a ["Ru
|
|||||||
This is a standard interface, which makes it easy to define custom chains as well as invoke them in a standard way.
|
This is a standard interface, which makes it easy to define custom chains as well as invoke them in a standard way.
|
||||||
The standard interface includes:
|
The standard interface includes:
|
||||||
|
|
||||||
- [`stream`](#stream): stream back chunks of the response
|
- `stream`: stream back chunks of the response
|
||||||
- [`invoke`](#invoke): call the chain on an input
|
- `invoke`: call the chain on an input
|
||||||
- [`batch`](#batch): call the chain on a list of inputs
|
- `batch`: call the chain on a list of inputs
|
||||||
|
|
||||||
These also have corresponding async methods that should be used with [asyncio](https://docs.python.org/3/library/asyncio.html) `await` syntax for concurrency:
|
These also have corresponding async methods that should be used with [asyncio](https://docs.python.org/3/library/asyncio.html) `await` syntax for concurrency:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user