Skip to content

Commit

Permalink
chore(checkpoint): Release 0.0.7 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Sep 24, 2024
1 parent 26ce1dc commit a193271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/checkpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/langgraph-checkpoint",
"version": "0.0.6",
"version": "0.0.7",
"description": "Library with base interfaces for LangGraph checkpoint savers.",
"type": "module",
"engines": {
Expand Down

2 comments on commit a193271

@hgoona
Copy link

@hgoona hgoona commented on a193271 Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jacoblee93 Where can we find the shape/Type of the data that is stored on the Database? I'm Trying to create a Checkpointer for a different db and wondering how this should be stored..

It'd be great if there is a plain language break down of the parts of the Checkpoint that are stored/used to retrieve..

@jacoblee93
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @hgoona! It's still under active development, which is partly why I haven't merged #471 yet. But yes I need to get this together - for now you can look at the code in that PR or the SQLite example.

Please sign in to comment.