Qdrant · Schema

Match

Match filter request

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-match-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Match",
  "title": "Match",
  "description": "Match filter request",
  "anyOf": [
    {
      "$ref": "#/components/schemas/MatchValue"
    },
    {
      "$ref": "#/components/schemas/MatchText"
    },
    {
      "$ref": "#/components/schemas/MatchTextAny"
    },
    {
      "$ref": "#/components/schemas/MatchPhrase"
    },
    {
      "$ref": "#/components/schemas/MatchAny"
    },
    {
      "$ref": "#/components/schemas/MatchExcept"
    }
  ]
}