Qdrant · Schema

StrictModeSparse

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
max_length integer Max length of sparse vector
View JSON Schema on GitHub

JSON Schema

qdrant-strictmodesparse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StrictModeSparse",
  "title": "StrictModeSparse",
  "type": "object",
  "properties": {
    "max_length": {
      "description": "Max length of sparse vector",
      "type": "integer",
      "format": "uint",
      "minimum": 1,
      "nullable": true
    }
  }
}