Skip to content
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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

chentschel
Copy link
Contributor

Adds checkpointer for langgraph on vercel KV . cc/@jacoblee93

Copy link

vercel bot commented Jul 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 7:39am
langchainjs-docs ✅ Ready (Inspect) Visit Preview Jul 5, 2024 7:39am

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features labels Jul 1, 2024
docs/core_docs/package.json Outdated Show resolved Hide resolved
langchain-core/package.json Outdated Show resolved Hide resolved
langchain/package.json Outdated Show resolved Hide resolved
libs/langchain-redis/package.json Outdated Show resolved Hide resolved
@chentschel chentschel changed the title feat: vercel kv graph checkpointer community[feat]: vercel kv graph checkpointer Jul 2, 2024
@chentschel chentschel changed the title community[feat]: vercel kv graph checkpointer langchain-community[feat]: vercel kv graph checkpointer Jul 2, 2024
@@ -40,7 +40,7 @@
"dependencies": {
"@azure/identity": "^4.2.0",
"@langchain/core": "~0.2",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

@jacoblee93
Copy link
Collaborator

Thanks for this!

Looks good at a high-level, can we do the uuid version updates separately though?

I can patch all this feedback if you don't have time in the next few days.

@jacoblee93 jacoblee93 added the close PRs that need one or two touch-ups to be ready label Jul 2, 2024
@jacoblee93 jacoblee93 changed the title langchain-community[feat]: vercel kv graph checkpointer community[minor]: vercel kv graph checkpointer Jul 2, 2024
@jacoblee93
Copy link
Collaborator

Blocked on langchain-ai/langgraphjs#237 and a version bump

- fix: uuid version deps
@chentschel
Copy link
Contributor Author

Blocked on langchain-ai/langgraphjs#237 and a version bump

Can be merged.

@jacoblee93
Copy link
Collaborator

jacoblee93 commented Jul 4, 2024

Broadly LGTM, @nfcampos for a second look?

Two small nits, I can also look at them later today if you don't have time.

@jacoblee93 jacoblee93 added lgtm PRs that are ready to be merged as-is and removed hold On hold close PRs that need one or two touch-ups to be ready labels Jul 4, 2024
@jacoblee93 jacoblee93 added close PRs that need one or two touch-ups to be ready and removed lgtm PRs that are ready to be merged as-is labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features close PRs that need one or two touch-ups to be ready size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants