java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Repeat batch-objects with weaviate errors

Open dirkkul opened this issue 2 years ago • 0 comments

When Weavaite is not able to add objects because of various reasons it returns an error for this object. For some errors (for example a transformer timeout) it makes sense to try the object again while for others it doesn't (disk full).

The java client should be able to repeat these failed objects. However the users should specify which errors are repeated or ignored.

Note: The python client supports something similar, have a look here and here

dirkkul avatar Feb 10 '23 14:02 dirkkul