Weaviate · Example Payload

Weaviate Cluster Statistics Response Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Cluster Statistics 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

statisticssynchronized

Example Payload

Raw ↑
{
  "statistics": [
    {
      "id": "example-id"
    }
  ],
  "synchronized": true
}