-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: langgraph-checkpoint-mongodb-0.1.0
-
Component/s: LangGraph
-
None
Context
An index is required to effectively retrieve checkpointer entries from MongoDB. The current implementation of the MongoDB checkpointer library for LangGraph doesn't programmatically create the index and leaves it up to the user to manually create the index.
Definition of done
The checkpointer library should programmatically create the index on the collection that stores checkpoint entries, ideally when the collection is created.
Pitfalls
N/A