Qdrant · Schema

ExpDecayExpression

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
exp_decay object
View JSON Schema on GitHub

JSON Schema

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