Interface: BaseSynthesizer
A BaseSynthesizer is used to generate a response from a query and a list of nodes.
Methods
synthesize()
synthesize(params)
synthesize(
params
):Promise
<AsyncIterable
<EngineResponse
>>
Parameters
• params: SynthesizeParamsStreaming
Returns
Promise
<AsyncIterable
<EngineResponse
>>