qdrant / java-client

Official Java client for Qdrant
https://qdrant.github.io/java-client
Apache License 2.0
38 stars 5 forks source link

Support for recovery via snapshot #18

Closed sfitts closed 4 months ago

sfitts commented 8 months ago

Unless I'm missing it somewhere, I don't see support for collection recovery via a snapshot. Is this support planned? Ideally it would support both reading the snapshot from a URI or uploading the snapshot via HTTP multi-part.

Anush008 commented 8 months ago

Not planned as such. As of now, you'll have to do it using the REST API.