If I use LlamaIndex, I know I can view the top-k nodes that were retrieved, e.g. with response.source_nodes[0]. Is there any way to actually figure out which nodes ended up being used in the output? e.g. only 3 out of 5 nodes (e.g. 1, 2, 5) were used in the answer.