Hi all. I am currently using QueryFusionRetriever for querying, but I am facing an issue where it cannot fetch additional related nodes to answer a question; it only relies on the information from one node that it finds. For example, if I have a question whose answer lies across three consecutive nodes with relationships, the results only provide data from the first node. How can I retrieve the information from all three nodes? Here is my code:
I think that's necessary because sometimes the data is quite long and one node is not enough to store all the content. Therefore, fetching additional related nodes to provide the most complete answer is essential.