NLQCompatible
Inheritance
Inheritance Chain:NLQCompatible
- →
ABC
Descendants
Classes that implement NLQ compatibility:NLQCompatibleClauseHandler
BaseLooksLikeFilterClause
HardFilterClause
SimilarFilterClause
WeightBySpaceClause
Properties
Mapping of space annotations to their corresponding annotation strings.
Whether the type is mandatory in natural language queries.
List of natural language query annotations.
Methods
get_allowed_values()
The parameter to get allowed values for.
set[ParamInputType]
- Set of allowed values for the parameter.
QueryClause
Inheritance
Inheritance Chain:QueryClause
- →
ABC
Descendants
All query clause implementations:SingleValueParamQueryClause
WeightBySpaceClause
SelectClause
Properties
Sequence of parameters used by this query clause.
Methods
get_altered_knn_search_params()
The KNN search parameters to modify.
KNNSearchClauseParams
- The modified search parameters.
get_altered_nql_params()
The NLQ clause parameters to modify.
NLQClauseParams
- The modified NLQ parameters.
get_altered_query_vector_params()
The query vector parameters to modify.
The index node identifier.
The schema object for the query.
The storage manager instance.
QueryVectorClauseParams
- The modified query vector parameters.