I am exporting all content and vectors from a class of my Weaviate instance. I found a link (Read all objects | Weaviate - Vector Database) that helps with this and it works well but I have lots of records and it is taking a while.
Does Weaviate offer a feature to export all embeddings and content of a class within its schema as a zip dump or something?
For example, configure an S3 bucket, generate the backup, and restore it in different cluster (after configuring the same s3 bucked and using the same backup id).
This will not get your data in a json format, for example. For that, the Cursor API is the way to go.