[PR #547] [MERGED] Fix name of InMemoryStore #837

Closed
opened 2026-02-15 19:16:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/547
Author: @hinthornw
Created: 10/3/2024
Status: Merged
Merged: 10/3/2024
Merged by: @hinthornw

Base: mainHead: wfh/inmemorystore


📝 Commits (1)

  • 4ec723d Fix name of InMemoryStore

📊 Changes

5 files changed (+16 additions, -13 deletions)

View changed files

📝 examples/how-tos/shared-state.ipynb (+2 -2)
📝 libs/checkpoint/src/store/memory.ts (+4 -1)
📝 libs/checkpoint/src/tests/store.test.ts (+4 -4)
📝 libs/langgraph/src/tests/pregel.test.ts (+5 -5)
📝 libs/langgraph/src/web.ts (+1 -1)

📄 Description

To be consistent with python (and make less ambiguous)

Deprecate old one; would prefer to reduce ambiguity early rather than live with the confusion of "now save memory in memory in the memorystore"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/547 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 10/3/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/inmemorystore` --- ### 📝 Commits (1) - [`4ec723d`](https://github.com/langchain-ai/langgraphjs/commit/4ec723d832bea8337364948feba2681f800b5238) Fix name of InMemoryStore ### 📊 Changes **5 files changed** (+16 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `examples/how-tos/shared-state.ipynb` (+2 -2) 📝 `libs/checkpoint/src/store/memory.ts` (+4 -1) 📝 `libs/checkpoint/src/tests/store.test.ts` (+4 -4) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+5 -5) 📝 `libs/langgraph/src/web.ts` (+1 -1) </details> ### 📄 Description To be consistent with python (and make less ambiguous) Deprecate old one; would prefer to reduce ambiguity early rather than live with the confusion of "now save memory in memory in the memorystore" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:05 -05:00
yindo closed this issue 2026-02-15 19:16:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#837