Weaviate · Example Payload

Weaviate Single Ref Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Top-level fields

classschemabeaconhrefclassification

Example Payload

Raw ↑
{
  "class": "https://example.com",
  "schema": {
    "id": "example-id"
  },
  "beacon": "https://example.com",
  "href": "https://example.com",
  "classification": {
    "id": "example-id"
  }
}