forked from Archives/langchain
Update adding_memory_chain_multiple_inputs.ipynb (#3895)
Fix misleading docs in memory chain example (used the term "outputs" instead of "inputs")
This commit is contained in:
parent
9b9b231e10
commit
6bd367916c
@ -7,7 +7,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# How to add memory to a Multi-Input Chain\n",
|
"# How to add memory to a Multi-Input Chain\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Most memory objects assume a single output. In this notebook, we go over how to add memory to a chain that has multiple outputs. As an example of such a chain, we will add memory to a question/answering chain. This chain takes as inputs both related documents and a user question."
|
"Most memory objects assume a single input. In this notebook, we go over how to add memory to a chain that has multiple inputs. As an example of such a chain, we will add memory to a question/answering chain. This chain takes as inputs both related documents and a user question."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user