v3.8.0
This minor version includes:
-
Backup functionalities (
Backup
class):Backup.create
method to create backups (all/subset of classes).Backup.get_create_status
method to get the status of the created backup.Backup.restore
method to restore Weaviate from a backup (all/subset of classes).Backup.get_restore_status
method to get the status of the restored backup.
-
New
Client
attribute:backup
tocreate
,restore
andget status
of the backups. All backup operations MUST be done throughClient.backup
. -
Added return value for
Batch.add_data_object
, it now returns the UUID of the added object, if one was not set then an UUIDv4 will be generated.