mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Fix runnable docs link (#11675)
This commit is contained in:
parent
539941281d
commit
2c1e735403
@ -16,7 +16,7 @@
|
|||||||
"id": "9a9acd2e",
|
"id": "9a9acd2e",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"In an effort to make it as easy as possible to create custom chains, we've implemented a [\"Runnable\"](https://api.python.langchain.com/en/latest/schema/langchain.schema.runnable.Runnable.html#langchain.schema.runnable.Runnable) protocol that most components implement. This is a standard interface with a few different methods, which makes it easy to define custom chains as well as making it possible to invoke them in a standard way. The standard interface exposed includes:\n",
|
"In an effort to make it as easy as possible to create custom chains, we've implemented a [\"Runnable\"](https://api.python.langchain.com/en/latest/schema/langchain.schema.runnable.base.Runnable.html#langchain.schema.runnable.base.Runnable) protocol that most components implement. This is a standard interface with a few different methods, which makes it easy to define custom chains as well as making it possible to invoke them in a standard way. The standard interface exposed includes:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- [`stream`](#stream): stream back chunks of the response\n",
|
"- [`stream`](#stream): stream back chunks of the response\n",
|
||||||
"- [`invoke`](#invoke): call the chain on an input\n",
|
"- [`invoke`](#invoke): call the chain on an input\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user