Qdrant · Schema

LinDecayExpression

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
lin_decay object
View JSON Schema on GitHub

JSON Schema

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