Qdrant · Schema

GaussDecayExpression

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
gauss_decay object
View JSON Schema on GitHub

JSON Schema

qdrant-gaussdecayexpression-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GaussDecayExpression",
  "title": "GaussDecayExpression",
  "type": "object",
  "required": [
    "gauss_decay"
  ],
  "properties": {
    "gauss_decay": {
      "$ref": "#/components/schemas/DecayParamsExpression"
    }
  }
}