Skip to content

Postgres/Supabase Checkpoints is never used #25

@kushalhalder

Description

@kushalhalder

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.

Image

Am I doing anything wrong here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions