Weaviate · Example Payload

Weaviate Tokenize Request Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Tokenize Request 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

texttokenizationanalyzerConfigstopwordsstopwordPresets

Example Payload

Raw ↑
{
  "text": "example-ffehzibv",
  "tokenization": "word",
  "analyzerConfig": {
    "id": "example-id"
  },
  "stopwords": {
    "id": "example-id"
  },
  "stopwordPresets": {
    "key": "value"
  }
}