Skip to content

Commit

Permalink
Merge pull request #4 from 2016bgeyer/patch-1
Browse files Browse the repository at this point in the history
fix: Fixed typo in README.md
  • Loading branch information
hinthornw authored Oct 8, 2024
2 parents 0d25f37 + 9e596a2 commit 3cc33bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ All these memories need to go somewhere reliable. All LangGraph deployments come

You can learn more about Storage in LangGraph [here](https://langchain-ai.github.io/langgraph/how-tos/memory/shared-state/).

In our case, we are saving all memories namespaced by `user_id` and by the memory scheam you provide. That way you can easily search for memories for a given user and of a particular type. This diagram shows how these pieces fit together:
In our case, we are saving all memories namespaced by `user_id` and by the memory schema you provide. That way you can easily search for memories for a given user and of a particular type. This diagram shows how these pieces fit together:


![Memory types](./static/memory_types.png)

Expand Down

0 comments on commit 3cc33bc

Please sign in to comment.