mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-12 18:06:16 +00:00
docs: Added langchainhub
install and fixed typo (#17985)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
50ba3c68bb
commit
15e42f1799
@ -7,7 +7,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Agents\n",
|
"# Agents\n",
|
||||||
"\n",
|
"\n",
|
||||||
"You can pass a Runnable into an agent."
|
"You can pass a Runnable into an agent. Make sure you have `langchainhub` installed: `pip install langchainhub`"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -98,7 +98,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"Building an agent from a runnable usually involves a few things:\n",
|
"Building an agent from a runnable usually involves a few things:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1. Data processing for the intermediate steps. These need to represented in a way that the language model can recognize them. This should be pretty tightly coupled to the instructions in the prompt\n",
|
"1. Data processing for the intermediate steps. These need to be represented in a way that the language model can recognize them. This should be pretty tightly coupled to the instructions in the prompt\n",
|
||||||
"\n",
|
"\n",
|
||||||
"2. The prompt itself\n",
|
"2. The prompt itself\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user