llm-answer-engine icon indicating copy to clipboard operation
llm-answer-engine copied to clipboard

Suggestion: Divide the user question into sub-questions

Open steve7158 opened this issue 1 year ago • 0 comments

It is quite similar to how perplexity pro works maybe. So what i was thinking is that we pass the user question via llm model to generate sub questions. We then use these sub-questions to fetch n top results via serper. Then pass all these sub-questions and there respective responses to an llm to generate answer.

steve7158 avatar Oct 27 '24 15:10 steve7158