Batch insert error

Description

Get this error when batch insert object into weaviate collection
[ERROR] 2024-11-21T17:34:17.506Z 1da0187e-ee0e-511a-bdb1-47c780dec089 {‘message’: ‘Failed to send 1 objects in a batch of 1. Please inspect client.batch.failed_objects or collection.batch.failed_objects for the failed objects.’}

Server Setup Information

  • Weaviate Server Version:
  • Deployment Method: k8s
  • Multi Node? No
  • Client Language and Version: python 3.9
  • Multitenancy?: No

Any additional Information

hi @alisha_liu !!

You need to inspect the failed_objects in order to discover what the error is about.

Check here for more information:

Thanks!