[PR #839] [MERGED] docs: add postgres checkpointer example #1727

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/839
Author: @vbarda
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @vbarda

Base: mainHead: vb/add-custom-checkpointer-docs


📝 Commits (10+)

📊 Changes

5 files changed (+923 additions, -31 deletions)

View changed files

📝 .github/workflows/link_check.yml (+1 -1)
📝 docs/_scripts/copy_notebooks.py (+1 -6)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
📝 examples/persistence_postgres.ipynb (+919 -24)

📄 Description

No description provided


🔄 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/839 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-custom-checkpointer-docs` --- ### 📝 Commits (10+) - [`b7baaa3`](https://github.com/langchain-ai/langgraph/commit/b7baaa3a09f77546126482553cf8b433849013df) (wip) local checkpointer file - [`195a83f`](https://github.com/langchain-ai/langgraph/commit/195a83fe07eaa870ed695e8b21ccf37761a5300b) (wip) part 2 - [`59e112b`](https://github.com/langchain-ai/langgraph/commit/59e112b863b274b8328f94e2849027b7dfe4af03) finalize notebook - [`54708cf`](https://github.com/langchain-ai/langgraph/commit/54708cffe6cccb290f6ccb26b6e4fadfd2bbe958) Merge branch 'main' into vb/add-custom-checkpointer-docs - [`71eae1d`](https://github.com/langchain-ai/langgraph/commit/71eae1d58b3f8b8a62f950142658840873e083af) add pages - [`67c8f8a`](https://github.com/langchain-ai/langgraph/commit/67c8f8a6be495fbf2781222b10651b7179a1eef5) code review - [`cc43070`](https://github.com/langchain-ai/langgraph/commit/cc4307062fe823d0d59e4faaebc88a61689184a4) fix CI - [`cd8127c`](https://github.com/langchain-ai/langgraph/commit/cd8127c7dc02176a038d0b6637e8f05f1667219a) attempt again - [`e128eef`](https://github.com/langchain-ai/langgraph/commit/e128eef8f94d4bcac9c8334f4176290447e68226) attempt again - [`8244dec`](https://github.com/langchain-ai/langgraph/commit/8244dec50d2b827f5dba32a59dc1e56baa928375) add comment ### 📊 Changes **5 files changed** (+923 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/link_check.yml` (+1 -1) 📝 `docs/_scripts/copy_notebooks.py` (+1 -6) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) 📝 `examples/persistence_postgres.ipynb` (+919 -24) </details> ### 📄 Description _No description provided_ --- <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:45:25 -05:00
yindo closed this issue 2026-02-20 17:45:25 -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#1727