Qdrant · Schema

ShardingMethod

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-shardingmethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShardingMethod",
  "title": "ShardingMethod",
  "type": "string",
  "enum": [
    "auto",
    "custom"
  ]
}