You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/memory/examples/agent_with_memory_in_db.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"In order to add a memory with an external message store to an agent we are going to do the following steps:\n",
17
17
"\n",
18
18
"1. We are going to create a `RedisChatMessageHistory` to connect to an external database to store the messages in.\n",
19
-
"2. We are going to create an `LLMChain` useing that chat history as memory.\n",
19
+
"2. We are going to create an `LLMChain` using that chat history as memory.\n",
20
20
"3. We are going to use that `LLMChain` to create a custom Agent.\n",
21
21
"\n",
22
22
"For the purposes of this exercise, we are going to create a simple custom Agent that has access to a search tool and utilizes the `ConversationBufferMemory` class."
0 commit comments