

























1
Summary:
Add an explicit way to target a non-public PostgreSQL schema for checkpoint tables and queries in the Python langgraph-checkpoint-postgres package (PostgresSaver / AsyncPostgresSaver), similar to langgraph JS checkpointer implementation, PR feat(checkpoint-postgres): Add support for providing a custom schema during initialization by nick-w-nick · Pull Request #838 · langchain-ai/langgraphjs · GitHub
Motivation / problem:
Today, migrations and DML use unqualified table names (checkpoints, checkpoint_blobs, checkpoint_writes, checkpoint_migrations). Enterprise deployments often require isolated schemas per service or tenant. Currently we can achieve it through search_path, but it needs careful design of handling connection through pool which can leads to error and can cause data leakage.
It’s a good feature request, would recommend you open it on official repo of Langgraph: GitHub - langchain-ai/langgraph: Build resilient language agents as graphs. · GitHub
1 Like
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。