Weaviate · Example Payload

Weaviate Batch Reference Response Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Batch Reference Response Example is an example object payload from Weaviate, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idresult

Example Payload

Raw ↑
{
  "id": "example-id",
  "result": {
    "status": "SUCCESS",
    "errors": {
      "id": "example-id"
    }
  }
}