Qdrant · Schema

Query

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-query-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Query",
  "title": "Query",
  "anyOf": [
    {
      "$ref": "#/components/schemas/NearestQuery"
    },
    {
      "$ref": "#/components/schemas/RecommendQuery"
    },
    {
      "$ref": "#/components/schemas/DiscoverQuery"
    },
    {
      "$ref": "#/components/schemas/ContextQuery"
    },
    {
      "$ref": "#/components/schemas/OrderByQuery"
    },
    {
      "$ref": "#/components/schemas/FusionQuery"
    },
    {
      "$ref": "#/components/schemas/RrfQuery"
    },
    {
      "$ref": "#/components/schemas/FormulaQuery"
    },
    {
      "$ref": "#/components/schemas/SampleQuery"
    },
    {
      "$ref": "#/components/schemas/RelevanceFeedbackQuery"
    }
  ]
}