Weaviate · Example Payload

Weaviate Object Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Object 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

classvectorWeightspropertiesidcreationTimeUnixlastUpdateTimeUnixvectorvectorstenantadditional

Example Payload

Raw ↑
{
  "class": "example-onqhfkjm",
  "vectorWeights": {
    "id": "example-id"
  },
  "properties": {
    "id": "example-id"
  },
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "creationTimeUnix": 70,
  "lastUpdateTimeUnix": 14,
  "vector": {
    "id": "example-id"
  },
  "vectors": {
    "id": "example-id"
  },
  "tenant": "example-gwhbazbs",
  "additional": {
    "id": "example-id"
  }
}