@langchain/langgraph-checkpoint-postgres"; const writeConfig = { configurable: { thread_id: "1", checkpoint_ns: "" } }; const readConfig = { configurable: { thread_id: "1" } }; // you can optionally pass a conf
Merged drupol merged 1 commit into NixOS:master from sarahec:checkpoint-postgres-darwin Sep 9, 2024 Merged python312Packages.langgraph-{sdk,checkpoint,checkpoint-postgres,checkpoint-sqlite} Sept. 6 2024 update #340224 drupol merged 1 commit into NixOS:master from sarahec:checkpoint-postgres-...
This PR adds a "shallow" version ofPostgresSavercheckpointer that ONLY stores the most recent checkpoint and does NOT retain any history. It is meant to be a light-weight drop-in replacement for the PostgresSaver that supports most of the LangGraph persistence functionality with the exception of...