Weaviate · Example Payload

Weaviate Property Example

example-levzhpar

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Top-level fields

dataTypedescriptionmoduleConfignameindexInvertedindexFilterableindexSearchableindexRangeFilterstokenizationnestedPropertiesdisableDuplicatedReferencestextAnalyzer

Example Payload

Raw ↑
{
  "dataType": [
    "example-kmydagyf"
  ],
  "description": "example-levzhpar",
  "moduleConfig": {},
  "name": "example-qymqhtzj",
  "indexInverted": true,
  "indexFilterable": true,
  "indexSearchable": true,
  "indexRangeFilters": true,
  "tokenization": "word",
  "nestedProperties": [
    {
      "id": "example-id"
    }
  ],
  "disableDuplicatedReferences": true,
  "textAnalyzer": {
    "id": "example-id"
  }
}