Skip to content

What's the proper way to use memory with langgraph? #352

Discussion options

You must be logged in to vote

Hey all! We recently released a new API for memory in LangGraph (reference doc). This API allows for for storing data, and having it persist across threads/sessions. It's independent from our checkpointer API, thus allowing persistence across threads. It also exposes an API for getting, putting, searching, and listing data in the store outside of your graph, allowing you to interact with your data, say from an external API (this can be done through the LangGraph SDK)

Here are the conceptual docs on memory:

Here are some how-tos for memory:

Replies: 15 comments 30 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@byrocuy
Comment options

Comment options

You must be logged in to vote
1 reply
@brian-nowak
Comment options

Comment options

You must be logged in to vote
4 replies
@hinthornw
Comment options

@nfcampos
Comment options

@zoltan-fedor
Comment options

@XW-Ming
Comment options

Comment options

You must be logged in to vote
3 replies
@hinthornw
Comment options

@whillas-yabble
Comment options

@Chet-Sheng
Comment options

Comment options

You must be logged in to vote
3 replies
@byrocuy
Comment options

@hinthornw
Comment options

@tmishinev
Comment options

Comment options

You must be logged in to vote
1 reply
@hinthornw
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hariprasad-sobeys
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
16 replies
@vbarda
Comment options

@A-Sur590
Comment options

@vbarda
Comment options

@A-Sur590
Comment options

@Sharath01zysk
Comment options

Answer selected by bracesproul
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet