Replies: 1 comment 3 replies
-
Hiya! So you sent two requests or just the one? (Also FYI, the checkpointer is managed by LangGrah platform, so your MemorySaver is ignored) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to make "chatbot with memory" API with LangGraph Server.
I'm using
New LangGraph Project
template (refer to document)Then, I write
src/agent/graph.py
like the belowLaunch LangGraph Server:
$ langgraph dev
.I request with the below JSON body. (of course requested
content: Hi, My Name is Bob.
before)But It's not working Memory function...
Because The below response doesn't remember first msg..
What's wrong..?
Beta Was this translation helpful? Give feedback.
All reactions