Weaviate · Example Payload

Weaviate Replication Sharding State Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Replication Sharding State 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

collectionshards

Example Payload

Raw ↑
{
  "collection": "example-grocuxns",
  "shards": [
    {
      "id": "example-id"
    }
  ]
}