NLQParamEvaluator

NLQParamEvaluator(query_descriptor, nlq_handler)

Parameters

query_descriptor
QueryDescriptor
required
The query descriptor containing the query configuration.
nlq_handler
NLQHandler
required
The NLQ handler for processing natural language queries.

Inheritance

Inheritance Chain:
  • NLQParamEvaluator
  • ParamEvaluator

Methods

evaluate()

evaluate(**params) -> ParamEvaluationResult
**params
Any
required
Parameters to evaluate for the natural language query.
Returns: ParamEvaluationResult - The evaluation result with processed parameters and query vectors.