So my usecase is that I need to generate questions and answers from a large pdf file. I have created a vector index on top of this document and am using "tree_summarize" as the response mode. But let's say If i don't initialize a retriever, will it by default get all the nodes and then apply the "tree_summarize" response mode?