Replies: 3 comments 4 replies
-
Hey Tom, I was testing your implementation and it works great, only thing is I'm getting a document size limit error after a few turns in the conversation. Any ideas on what the issue might be? |
Beta Was this translation helpful? Give feedback.
-
@TomDarmon for now we're planning to only have official packages that are maintained by LangChain and and our partner providers. since you're interested in creating a library, i would recommend that you create/maintain it in your own repo. would be happy to answer questions / help if you run into any issues! thank you for your interest in contributing! |
Beta Was this translation helpful? Give feedback.
-
@TomDarmon I am trying to write a firestore checkpointer, do you have your implementation saved somewhere? It would be a helpful jumping off point. |
Beta Was this translation helpful? Give feedback.
-
Hello !
I think firestore is a great solution for a checkpointer as:
I've implemented a firestore checkpointer in langgraph 0.1.X in #1047 , with the changes to langgraph 0.2.0 checkpointer must be separated in their own official libraries as specified by @vbarda.
So here am I opening a discussion on the subject. I can try to update my connector to the 0.2.0 requirements, I believe new put and aput methods were added.
Additionally, I'm not sure of what would be the requirements and steps to make it a "library and maintain it in an official capacity".
@vbarda Could you list the requirements next steps if me or someone wants to follow up on this ?
Beta Was this translation helpful? Give feedback.
All reactions