mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* Fix paste-bugs in `snapshot_service.proto` * Add shard snapshot gRCP API definition * Add validation to shard snapshot gRPC API definition * Implement conversions between gRPC and `collection` types * Extract shard snapshot API implementation into common sub-module * Implement shard snapshot gRPC API * Generate gRPC docs * Refactor `ShardSnapshots` gRPC service to be internal API only * fixup! Refactor `ShardSnapshots` gRPC service to be internal API only Move `ShardSnapshotRecoverResponse` to `shard_snapshots_service.proto` * fixup! fixup! Refactor `ShardSnapshots` gRPC service to be internal API only Update `api/src/grpc/qdrant.rs` * fixup! fixup! Refactor `ShardSnapshots` gRPC service to be internal API only Update gRPC docs * Switch `ShardSnapshots` gRPC service to use `validate_and_log` instead of `validate`