SqliteSaver not available? #51

Closed
opened 2026-02-15 17:15:04 -05:00 by yindo · 4 comments
Owner

Originally created by @guidorietbroek on GitHub (Jul 12, 2024).

I am trying to implement SqliteSaver but it is not yet ready for use? It is not being exported. Can we change this?

Langgraph v. 0.0.26

Originally created by @guidorietbroek on GitHub (Jul 12, 2024). I am trying to implement SqliteSaver but it is not yet ready for use? It is not being exported. Can we change this? Langgraph v. 0.0.26
yindo closed this issue 2026-02-15 17:15:04 -05:00
Author
Owner

@vbarda commented on GitHub (Jul 12, 2024):

@guidorietbroek how are you importing it?

this should work

import { SqliteSaver } from "@langchain/langgraph/checkpoint/sqlite";
@vbarda commented on GitHub (Jul 12, 2024): @guidorietbroek how are you importing it? this should work ```js import { SqliteSaver } from "@langchain/langgraph/checkpoint/sqlite"; ```
Author
Owner

@guidorietbroek commented on GitHub (Jul 12, 2024):

Tx! But why not included in the index file?

@guidorietbroek commented on GitHub (Jul 12, 2024): Tx! But why not included in the index file?
Author
Owner

@jacoblee93 commented on GitHub (Jul 12, 2024):

Hey @guidorietbroek! The sqlite checkpoint requires an extra optional dep. If we included it in the main index file, it'd be required by everyone, which we don't want.

@jacoblee93 commented on GitHub (Jul 12, 2024): Hey @guidorietbroek! The `sqlite` checkpoint requires an extra optional dep. If we included it in the main index file, it'd be required by everyone, which we don't want.
Author
Owner

@guidorietbroek commented on GitHub (Jul 13, 2024):

@jacoblee93 yes, totally understandable! Thanks for the quick response. I think it is a very nice addition to the persistent state. So thanks for that as well.

@guidorietbroek commented on GitHub (Jul 13, 2024): @jacoblee93 yes, totally understandable! Thanks for the quick response. I think it is a very nice addition to the persistent state. So thanks for that as well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#51