Weaviate · JSON Structure

Weaviate Property Tokenize Request Structure

Request body for the property-specific tokenize endpoint.

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Property Tokenize Request Structure is a JSON Structure definition published by Weaviate, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

text

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-property-tokenize-request-structure.json",
  "title": "PropertyTokenizeRequest",
  "description": "Request body for the property-specific tokenize endpoint.",
  "type": "object",
  "properties": {
    "text": {
      "type": "str",
      "description": "The text to tokenize using the property's configured tokenization."
    }
  }
}