Qdrant · Schema

UpdateVectorsOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
update_vectors object
View JSON Schema on GitHub

JSON Schema

qdrant-updatevectorsoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateVectorsOperation",
  "title": "UpdateVectorsOperation",
  "type": "object",
  "required": [
    "update_vectors"
  ],
  "properties": {
    "update_vectors": {
      "$ref": "#/components/schemas/UpdateVectors"
    }
  }
}