From 87d0b7c5e6004d4340e41e6f9cf8c6de7041a34c Mon Sep 17 00:00:00 2001 From: Ben Geyer Date: Sat, 5 Oct 2024 15:27:42 -0400 Subject: [PATCH] fix: Fixed typo in README.md scheam to schema --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1bbb0a..b79c541 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ 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 particualr 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 particualr type. This diagram shows how these pieces fit together: ![Memory types](./static/memory_types.png)