A Vector Snapshot is a complete, read-only copy of a vector index and its associated metadata at a specific point in time. It captures the exact state of the embedding data and the Approximate Nearest Neighbor (ANN) index structure, enabling consistent backups, zero-downtime migrations, and the creation of identical clones for development or testing environments. This is distinct from incremental logs like a Write-Ahead Log (WAL) and is fundamental for meeting Recovery Point Objectives (RPO).




