Expand description
Snapshot and restore functionality for rUvector collections
This crate provides backup and restore capabilities for vector collections, including compression, checksums, and multiple storage backends.
Structs§
- Local
Storage - Local filesystem storage backend
- Snapshot
- Snapshot metadata and information
- Snapshot
Data - Complete snapshot data including metadata and vectors
- Snapshot
Manager - Manages snapshot operations for collections
- Snapshot
Metadata - Snapshot metadata
- Vector
Record - Individual vector record in a snapshot
Enums§
- Snapshot
Error - Errors that can occur during snapshot operations
Traits§
- Snapshot
Storage - Trait for snapshot storage backends
Type Aliases§
- Result
- Result type for snapshot operations