weaviate / typescript-client

Official Weaviate TypeScript Client
https://www.npmjs.com/package/weaviate-ts-client
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

Extend backup and restore creators to include configuration #117

Closed moogacs closed 1 month ago

moogacs commented 3 months ago

the backup and restore endpoints now offers compression configuration to be adjusted by the endpoints like Compression level, CPU percentage, Chunk size

see new spec.

would like to extend the client to make that config available from the client side, so that users would be able to configure their backup and restore

linked to https://github.com/weaviate/weaviate-go-client/issues/208