Snowflake · Schema

VectorBoost

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
weight number Weight to apply for boosting this vector column.
View JSON Schema on GitHub

JSON Schema

cortex-search-service-vector-boost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VectorBoost",
  "type": "object",
  "properties": {
    "weight": {
      "type": "number",
      "description": "Weight to apply for boosting this vector column."
    }
  }
}