[PR #1276] [MERGED] docs: update postgres persistence example #1991

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

📋 Pull Request Information

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

Base: mainHead: vb/postgres-updates


📝 Commits (4)

  • bfd2a40 docs: update postgres persistence example
  • 3d562eb add postgres to reference
  • 9747153 mkdocs
  • ca591bd Merge branch 'main' into vb/postgres-updates

📊 Changes

6 files changed (+654 additions, -1030 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+1 -1)
📝 docs/docs/reference/checkpoints.md (+11 -0)
📝 docs/mkdocs.yml (+1 -1)
📝 examples/persistence_postgres.ipynb (+529 -1023)
📝 poetry.lock (+111 -5)
📝 pyproject.toml (+1 -0)

📄 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/1276 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/8/2024 **Status:** ✅ Merged **Merged:** 8/8/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/postgres-updates` --- ### 📝 Commits (4) - [`bfd2a40`](https://github.com/langchain-ai/langgraph/commit/bfd2a40c39e5c62e317d4c354bb8bc0818321e54) docs: update postgres persistence example - [`3d562eb`](https://github.com/langchain-ai/langgraph/commit/3d562ebf5383ab46f100be18f1ea6d7eea447fe1) add postgres to reference - [`9747153`](https://github.com/langchain-ai/langgraph/commit/974715334d0135e594b5c9fc113a29c7af332b85) mkdocs - [`ca591bd`](https://github.com/langchain-ai/langgraph/commit/ca591bd759bd3e0106b53f0b5524c7e753120375) Merge branch 'main' into vb/postgres-updates ### 📊 Changes **6 files changed** (+654 additions, -1030 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+1 -1) 📝 `docs/docs/reference/checkpoints.md` (+11 -0) 📝 `docs/mkdocs.yml` (+1 -1) 📝 `examples/persistence_postgres.ipynb` (+529 -1023) 📝 `poetry.lock` (+111 -5) 📝 `pyproject.toml` (+1 -0) </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:46:01 -05:00
yindo closed this issue 2026-02-20 17:46:01 -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#1991