[PR #1843] [CLOSED] docs: add guide for entity memory #2337

Closed
opened 2026-02-20 17:46:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1843
Author: @ccurme
Created: 9/25/2024
Status: Closed

Base: mainHead: cc/entity_memory


📝 Commits (3)

📊 Changes

3 files changed (+632 additions, -0 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+1 -0)
docs/docs/how-tos/memory/entity-memory.ipynb (+630 -0)
📝 docs/mkdocs.yml (+1 -0)

📄 Description

This guide is intended to help users transition from a class of legacy memory abstractions. See guides in v0.1 LangChain docs here:

Note: the existing shared state guide already demonstrates this functionality. Here we add a guide focusing on the "conversation memory" problem that:

  1. Covers the same solution;
  2. Adds a section showing how to use an external knowledge base, instead of the LangGraph persistence layer, if desired.

If we'd rather not maintain such similar content in two places, we can also direct users to the existing shared state guide.


🔄 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/langgraph/pull/1843 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 9/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cc/entity_memory` --- ### 📝 Commits (3) - [`0abee10`](https://github.com/langchain-ai/langgraph/commit/0abee10e933f803e621ac987314747c7979a47d3) start on entity-memory guide - [`e40eb9b`](https://github.com/langchain-ai/langgraph/commit/e40eb9b31260b6a03e6611d76af3679cca3f8d53) add notebook - [`e400503`](https://github.com/langchain-ai/langgraph/commit/e400503b85018c85ea67cb8e082d6c99c81b6c44) add to index and sidebar ### 📊 Changes **3 files changed** (+632 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+1 -0) ➕ `docs/docs/how-tos/memory/entity-memory.ipynb` (+630 -0) 📝 `docs/mkdocs.yml` (+1 -0) </details> ### 📄 Description This guide is intended to help users transition from a class of legacy memory abstractions. See guides in v0.1 LangChain docs here: - https://python.langchain.com/v0.1/docs/modules/memory/types/entity_summary_memory/ - https://python.langchain.com/v0.1/docs/modules/memory/types/kg/ Note: the existing [shared state](https://langchain-ai.github.io/langgraph/how-tos/memory/shared-state/) guide already demonstrates this functionality. Here we add a guide focusing on the "conversation memory" problem that: 1. Covers the same solution; 2. Adds a section showing how to use an external knowledge base, instead of the LangGraph persistence layer, if desired. If we'd rather not maintain such similar content in two places, we can also direct users to the existing shared state guide. --- <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-20 17:46:51 -05:00
yindo closed this issue 2026-02-20 17:46:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2337