Qdrant · Schema

SegmentType

Type of segment

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-segmenttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SegmentType",
  "title": "SegmentType",
  "description": "Type of segment",
  "type": "string",
  "enum": [
    "plain",
    "indexed",
    "special"
  ]
}