Qdrant · Schema

VectorsConfigDiff

Vector update params for multiple vectors { "vector_name": { "hnsw_config": { "m": 8 } } }

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-vectorsconfigdiff-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VectorsConfigDiff",
  "title": "VectorsConfigDiff",
  "description": "Vector update params for multiple vectors\n\n{ \"vector_name\": { \"hnsw_config\": { \"m\": 8 } } }",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/VectorParamsDiff"
  }
}