class
Qdrant::Api::Query
- Qdrant::Api::Query
- Reference
- Object
Overview
Query (OpenAPI anyOf): a value matching at least one of the listed schemas. Implemented as a thin wrapper that (de)serialises by trying each member in order (the first that parses wins), so it transparently handles scalar, array and object members.
Defined in:
qdrant-api/models/query.crConstructors
- .from_json(string_or_io) : self
- .from_json_any(data : JSON::Any) : self
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(value : ContextQuery)
- .new(value : DiscoverQuery)
- .new(value : FormulaQuery)
- .new(value : FusionQuery)
- .new(value : NearestQuery)
- .new(value : OrderByQuery)
- .new(pull : JSON::PullParser)
- .new(value : RecommendQuery)
- .new(value : RelevanceFeedbackQuery)
- .new(value : RrfQuery)
- .new(value : SampleQuery)
Class Method Summary
-
.openapi_any_of
List of classes defined in anyOf (OpenAPI v3)
Instance Method Summary
- #to_json(builder : JSON::Builder)
- #to_yaml(builder : YAML::Nodes::Builder)
- #value : Qdrant::Api::ContextQuery | Qdrant::Api::DiscoverQuery | Qdrant::Api::FormulaQuery | Qdrant::Api::FusionQuery | Qdrant::Api::NearestQuery | Qdrant::Api::OrderByQuery | Qdrant::Api::RecommendQuery | Qdrant::Api::RelevanceFeedbackQuery | Qdrant::Api::RrfQuery | Qdrant::Api::SampleQuery