Weaviate · JSON Structure

Weaviate C11Y Words Response Structure

An array of available words and contexts.

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate C11Y Words Response Structure is a JSON Structure definition published by Weaviate, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

concatenatedWord individualWords

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-c11y-words-response-structure.json",
  "title": "C11yWordsResponse",
  "description": "An array of available words and contexts.",
  "type": "object",
  "properties": {
    "concatenatedWord": {
      "type": "map",
      "description": "Weighted results for all words"
    },
    "individualWords": {
      "type": "array",
      "description": "Weighted results for per individual word"
    }
  }
}