Breakpoints#
Not applicable. eo-data-embedding runs a batch-then-serve embedding pipeline
with no operator-driven intermediate checkpoints: the encode pass writes its
output once to the Parquet store, and the downstream consumers (search, probe,
change) read that store directly. There are therefore no internal processing
breakpoints — no intermediate products are exposed for operator inspection or
resumption between processing steps. The end-to-end flow is documented in the
DPM Introduction. See SDP §3.