Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ By default `langgraph-checkpoint-singlestore` installs `singlestoredb` package.
```bash
pip install singlestoredb
```
or
```bash
uv add singlestoredb
```

## Usage

Expand Down Expand Up @@ -116,4 +120,4 @@ async with AsyncSingleStoreSaver.from_conn_string(DB_URI) as checkpointer:

# list checkpoints
[c async for c in checkpointer.alist(read_config)]
```
```