Is it possible to fuse two query_engines? I would like to use the SubQuestionQueryEngine but get outputs like the CitationQueryEngine? Or will these require a new custom class.
ah good question. I think you'd have to write a custom class for this.
It should be pretty straightforward, I'd start from the sub question query engine code, and then leverage the prompting strategies from the citation query engine code.