UnexpectedStatusCodeException: batch response! Unexpected status code: 413, with response body: None. Payload Too Large. Try to decrease the batch size or increase the maximum request size on your weaviate server.
Getting this exception on batch size >=10 while running on jupyter server
weaviate-client= 3.24.2
Weaviate v1.21.2
Hi @Dharanish !
First, your Weaviate versions are fairly outdated.
We strongely recommend migrating to newer version and specially using the new python v4 client, as it leverages a GRPC connection and will remove some of the overheads of a json object.
This limit will depend on your object size (number of properties) and the contents.
Do you see any outstanding log in server logs?