Qdrant · Schema

ContextQuery

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
context object
View JSON Schema on GitHub

JSON Schema

qdrant-contextquery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContextQuery",
  "title": "ContextQuery",
  "type": "object",
  "required": [
    "context"
  ],
  "properties": {
    "context": {
      "$ref": "#/components/schemas/ContextInput"
    }
  }
}