Checkpoint.Squlite no longer found in langgraph 0.2.3 #1291
Replies: 1 comment
-
#1248 #1253 #1262 pip install langgraph-checkpoint-sqlite Additionally, its import path has been changed. from langgraph.checkpoint.memory import MemorySaver
from langgraph.checkpoint.sqlite import SqliteSaver
from langgraph.checkpoint.sqlite.aio import AsyncSqliteSaver |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I jsut updated from langgrapgh 1.6 -> 2.3 and squlite no longer seems to be supported. Is this intentional and what are my other options for using checkpointers.
Code:
from langgraph.checkpointer.sqlite import SquliteSaver
Beta Was this translation helpful? Give feedback.
All reactions