Qdrant · Schema

PointInsertOperations

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-pointinsertoperations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PointInsertOperations",
  "title": "PointInsertOperations",
  "anyOf": [
    {
      "$ref": "#/components/schemas/PointsBatch"
    },
    {
      "$ref": "#/components/schemas/PointsList"
    }
  ]
}