Update docs/extras/modules/memory/agent_with_memory_in_db.ipynb

This commit is contained in:
Harrison Chase
2023-09-16 16:49:02 -07:00
committed by GitHub
parent fc9e1bcf9d
commit f893a82efa

View File

@@ -37,7 +37,7 @@
"from langchain.memory import ConversationBufferMemory\n",
"from langchain.memory.chat_memory import ChatMessageHistory\n",
"from langchain.memory.chat_message_histories import RedisChatMessageHistory\n",
"from langchain.llms import OpenAI, LLMChain\n",
"from langchain.llms import OpenAI\nfrom langchain.chains import LLMChain\n",
"from langchain.utilities import GoogleSearchAPIWrapper"
]
},