[PR #50] [CLOSED] updated postgresql checkpoint to include metadata. #135

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/50
Author: @briancp37
Created: 5/17/2024
Status: Closed

Base: mainHead: checkpoint_meta


📝 Commits (1)

  • 4f5266c updated checkpoint to include metadata. Fixed critical bug for postgres checkpoint.

📊 Changes

1 file changed (+22 additions, -12 deletions)

View changed files

📝 langchain_postgres/checkpoint.py (+22 -12)

📄 Description

Fixed critical bug to postgres checkpoint by addind metadata as a column in the db and as variables/parameters in the various functions.


🔄 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/langchain-postgres/pull/50 **Author:** [@briancp37](https://github.com/briancp37) **Created:** 5/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `checkpoint_meta` --- ### 📝 Commits (1) - [`4f5266c`](https://github.com/langchain-ai/langchain-postgres/commit/4f5266c9c2e6c375a0ffa75538defb1f117c6b27) updated checkpoint to include metadata. Fixed critical bug for postgres checkpoint. ### 📊 Changes **1 file changed** (+22 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/checkpoint.py` (+22 -12) </details> ### 📄 Description Fixed critical bug to postgres checkpoint by addind metadata as a column in the db and as variables/parameters in the various functions. --- <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-16 05:16:43 -05:00
yindo closed this issue 2026-02-16 05:16:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#135