Weaviate · Example Payload

Weaviate Statistics Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Top-level fields

namestatusbootstrappeddbLoadedinitialLastAppliedIndexlastAppliedIndexisVoterleaderIdleaderAddressopenreadycandidatesraft

Example Payload

Raw ↑
{
  "name": "example-xtnbixtu",
  "status": "HEALTHY",
  "bootstrapped": true,
  "dbLoaded": true,
  "initialLastAppliedIndex": 25.16,
  "lastAppliedIndex": 7.31,
  "isVoter": true,
  "leaderId": {},
  "leaderAddress": {},
  "open": true,
  "ready": true,
  "candidates": {},
  "raft": {
    "id": "example-id"
  }
}