Qdrant · Schema

MultiVectorConfig

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
comparator object
View JSON Schema on GitHub

JSON Schema

qdrant-multivectorconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MultiVectorConfig",
  "title": "MultiVectorConfig",
  "type": "object",
  "required": [
    "comparator"
  ],
  "properties": {
    "comparator": {
      "$ref": "#/components/schemas/MultiVectorComparator"
    }
  }
}