-
Notifications
You must be signed in to change notification settings - Fork 729
Open
Description
I am trying to use Supabase/Postgres as a storage for the checkpoint and store too.
with PostgresSaver.from_conn_string(DB_URI) as checkpointer1:
with PostgresStore.from_conn_string(DB_URI) as store1:
graph = graph_builder.compile(checkpointer=checkpointer1, store=store1)
logging.info("Successfully connected to Supabase Postgres")It does seem to be a small piece of code, but nothing gets saved in postrges. I only see local storage in the .langgraph_api folder.
Only logs in postgres are of connections. I am expecting inserts or updates here.
Am I doing anything wrong here?
Metadata
Metadata
Assignees
Labels
No labels
