mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2026-02-03 13:44:23 +01:00
update nav
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "Checkpointer (BaseCheckpointSaver)"
|
||||
parent: "LangGraph"
|
||||
nav_order: 6
|
||||
---
|
||||
|
||||
# Chapter 6: Checkpointer (`BaseCheckpointSaver`) - Saving Your Progress
|
||||
|
||||
In [Chapter 5: Pregel Execution Engine](05_pregel_execution_engine.md), we saw how the engine runs our graph step-by-step. But what happens if a graph takes hours to run, or if it needs to pause and wait for a human? If the program crashes or we need to stop it, do we lose all the progress?
|
||||
|
||||
Reference in New Issue
Block a user