Interface: QueryEngine
A query engine is a question answerer that can use one or more steps.
Methods
query()
query(params)
query(params
): Promise
<AsyncIterable
<Response
>>
Query the query engine and get a response.
Parameters
• params: QueryEngineParamsStreaming
Returns