Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7fc2a commit 387f2c2Copy full SHA for 387f2c2
solutions/agent.py
@@ -3,7 +3,9 @@
3
# end::importtool[]
4
from langchain.agents import initialize_agent, AgentType
5
from langchain.agents import ConversationalChatAgent
6
+# tag::importmemory[]
7
from langchain.chains.conversation.memory import ConversationBufferWindowMemory
8
+# end::importmemory[]
9
10
from solutions.llm import llm
11
0 commit comments