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
Hello! I am new to Langgraph so these questions may be silly but ya'll manage 🙏 I have created a simple graph where the LLM just asks questions. After five questions provided to the user it should end the conversation.
Every time the user sends an input i store the message in my postgres db (using prisma) and pass the message history to my graph. I initialise the graph with the previous history like the following snippet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I am new to Langgraph so these questions may be silly but ya'll manage 🙏 I have created a simple graph where the LLM just asks questions. After five questions provided to the user it should end the conversation.
Every time the user sends an input i store the message in my postgres db (using prisma) and pass the message history to my graph. I initialise the graph with the previous history like the following snippet.
I am having a hard time seeing the difference between this and using the memory saver/checkpoint-postgres. What benefits would I be missing?
Beta Was this translation helpful? Give feedback.
All reactions