llama_index
llama_index copied to clipboard
After I retrieve the desired node using QueryFusionRetriever, how do I retrieve the previous and next nodes of the node?
Question Validation
- [X] I have searched both the documentation and discord for an answer.
Question
When I use QueryFusionRetriever after searching want node, in the case of not using RetrieverQueryEngine + PrevNextNodePostprocessor, how to obtain the node of a node before and after a node?