Qdrant · Schema

DeleteVectorsOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
delete_vectors object
View JSON Schema on GitHub

JSON Schema

qdrant-deletevectorsoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteVectorsOperation",
  "title": "DeleteVectorsOperation",
  "type": "object",
  "required": [
    "delete_vectors"
  ],
  "properties": {
    "delete_vectors": {
      "$ref": "#/components/schemas/DeleteVectors"
    }
  }
}