Query Param Model Validator Info

Classes

QueryParamModelValidatorInfo(clause_collector: superlinked.framework.dsl.query.nlq.nlq_clause_collector.NLQClauseCollector) :

### Instance variables

`allowed_values_by_param: Mapping[str, set[collections.abc.Sequence[str] | collections.abc.Sequence[float] | PIL.Image.Image | str | int | float | bool | None | tuple[str | None, str | None]]]`
:

`similar_and_space_weight_param_names: Sequence[tuple[str, str]]`
:

`space_weight_param_name_by_space: Mapping[superlinked.framework.dsl.space.space.Space, str]`
:

`with_vector_weight_param: str | None`
:

Last updated