Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1 KB

sub-question-query-engine.md

File metadata and controls

24 lines (16 loc) · 1 KB

Sub-Question Query Engine

A query engine designed to solve problem of answering a complex query using multiple data sources. It first breaks down the complex query into sub questions for each relevant data source, then gather all the intermediate reponses and synthesizes a final response.

Inputs

Parameters

Name Description
Return Source Documents To return citations/sources that were used to build up the response

Outputs

Name Description
SubQuestionQueryEngine Final node to return response