Weaviate · Example Payload

Weaviate Class Example

example-wvlulbmm

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

classvectorConfigvectorIndexTypevectorIndexConfigshardingConfigreplicationConfiginvertedIndexConfigmultiTenancyConfigobjectTtlConfigvectorizermoduleConfigdescriptionproperties

Example Payload

Raw ↑
{
  "class": "example-wnpbkvyb",
  "vectorConfig": {
    "key": "value"
  },
  "vectorIndexType": "example-klpmxjph",
  "vectorIndexConfig": {},
  "shardingConfig": {},
  "replicationConfig": {
    "id": "example-id"
  },
  "invertedIndexConfig": {
    "id": "example-id"
  },
  "multiTenancyConfig": {
    "id": "example-id"
  },
  "objectTtlConfig": {
    "id": "example-id"
  },
  "vectorizer": "example-qmvbvpzh",
  "moduleConfig": {},
  "description": "example-wvlulbmm",
  "properties": [
    {
      "id": "example-id"
    }
  ]
}