Qdrant · Schema

NaiveFeedbackStrategy

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
naive object
View JSON Schema on GitHub

JSON Schema

qdrant-naivefeedbackstrategy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NaiveFeedbackStrategy",
  "title": "NaiveFeedbackStrategy",
  "type": "object",
  "required": [
    "naive"
  ],
  "properties": {
    "naive": {
      "$ref": "#/components/schemas/NaiveFeedbackStrategyParams"
    }
  }
}