Weaviate · Example Payload

Weaviate Replication Config Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Top-level fields

factorasyncEnabledasyncConfigdeletionStrategy

Example Payload

Raw ↑
{
  "factor": 53,
  "asyncEnabled": true,
  "asyncConfig": {
    "id": "example-id"
  },
  "deletionStrategy": "NoAutomatedResolution"
}