Weaviate · Example Payload

Weaviate Node Shard Status Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Node Shard Status Example is an example object payload from Weaviate, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameclassobjectCountvectorIndexingStatuscompressedvectorQueueLengthloadedasyncReplicationStatusnumberOfReplicasreplicationFactor

Example Payload

Raw ↑
{
  "name": "example-etzkdqmw",
  "class": "example-rvoxqnkg",
  "objectCount": 69.1,
  "vectorIndexingStatus": "example-xeaqtgch",
  "compressed": true,
  "vectorQueueLength": 67.03,
  "loaded": true,
  "asyncReplicationStatus": [
    {
      "id": "example-id"
    }
  ],
  "numberOfReplicas": 98,
  "replicationFactor": 31
}