[PR #117] [MERGED] add note about how you dont need custom checkpointer #434

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/117
Author: @samecrowder
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @samecrowder

Base: mainHead: sam_add_note_about_how_dont_need_custom_checkpointer


📝 Commits (4)

  • 1c6ab26 add note
  • 856d30b Update src/langgraph-platform/langgraph-basics/3-add-memory.mdx
  • c6ec9b3 tiny change
  • 726e6b8 Merge branch 'main' into sam_add_note_about_how_dont_need_custom_checkpointer

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 src/langgraph-platform/langgraph-basics/3-add-memory.mdx (+6 -0)

📄 Description

I've noticed a couple customers have gotten confused when deploying LG agents to LGP, because they configure custom checkpointers and stores. But this is not supported with LGP, because these are provided out of the box. This docs change adds a Note on step 3 of getting started which explains this.

I don't think this will stop many cases of this confusion, so long term maybe we should think about a simpler way to show "getting started on LGP". This tutorial is pretty long to begin with....


🔄 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/docs/pull/117 **Author:** [@samecrowder](https://github.com/samecrowder) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@samecrowder](https://github.com/samecrowder) **Base:** `main` ← **Head:** `sam_add_note_about_how_dont_need_custom_checkpointer` --- ### 📝 Commits (4) - [`1c6ab26`](https://github.com/langchain-ai/docs/commit/1c6ab2627388891a5ab4e613dfeb09993262f8e5) add note - [`856d30b`](https://github.com/langchain-ai/docs/commit/856d30b629f7884ec5a864692021d77a2ab62961) Update src/langgraph-platform/langgraph-basics/3-add-memory.mdx - [`c6ec9b3`](https://github.com/langchain-ai/docs/commit/c6ec9b3559d6d555ca2268ca0468d9021783d7c3) tiny change - [`726e6b8`](https://github.com/langchain-ai/docs/commit/726e6b8bee5f401a3de50b9882d253fc2d0e7ffa) Merge branch 'main' into sam_add_note_about_how_dont_need_custom_checkpointer ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langgraph-platform/langgraph-basics/3-add-memory.mdx` (+6 -0) </details> ### 📄 Description I've noticed a couple customers have gotten confused when deploying LG agents to LGP, because they configure custom checkpointers and stores. But this is not supported with LGP, because these are provided out of the box. This docs change adds a Note on step 3 of getting started which explains this. I don't think this will stop many cases of this confusion, so long term maybe we should think about a simpler way to show "getting started on LGP". This tutorial is pretty long to begin with.... --- <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-17 17:20:21 -05:00
yindo closed this issue 2026-02-17 17:20:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#434