-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community[minor]: vercel kv graph checkpointer #5948
community[minor]: vercel kv graph checkpointer #5948
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
libs/langchain-community/src/langgraph_checkpointers/tests/checkpointer.test.ts
Outdated
Show resolved
Hide resolved
@@ -40,7 +40,7 @@ | |||
"dependencies": { | |||
"@azure/identity": "^4.2.0", | |||
"@langchain/core": "~0.2", | |||
"uuid": "^9.0.1" | |||
"uuid": "^10.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably a good idea, but can we do the individual integration packages in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Added a bump of the package at #5969.
libs/langchain-community/src/langgraph_checkpointers/vercel_kv.ts
Outdated
Show resolved
Hide resolved
Thanks for this! Looks good at a high-level, can we do the I can patch all this feedback if you don't have time in the next few days. |
libs/langchain-community/src/langgraph_checkpointers/vercel_kv.ts
Outdated
Show resolved
Hide resolved
libs/langchain-community/src/langgraph_checkpointers/vercel_kv.ts
Outdated
Show resolved
Hide resolved
Blocked on langchain-ai/langgraphjs#237 and a version bump |
Two small nits, I can also look at them later today if you don't have time. |
libs/langchain-community/src/langgraph/checkpointers/vercel_kv.ts
Outdated
Show resolved
Hide resolved
libs/langchain-community/src/langgraph/checkpointers/vercel_kv.ts
Outdated
Show resolved
Hide resolved
Thank you! Will follow up with docs. |
Will ship a new version tonight! Thanks again! |
Adds checkpointer for langgraph on vercel KV . cc/@jacoblee93