Snowflake · JSON Structure

Cortex Search Service Weights Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

Weights is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

texts vectors reranker

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Weights",
  "type": "object",
  "properties": {
    "texts": {
      "type": "number"
    },
    "vectors": {
      "type": "number"
    },
    "reranker": {
      "type": "number"
    }
  }
}