I'm new to using LlamaIndex! I have the following problem and would appreciate it if you could help me think it through:
I have a VectorStoreIndex and when I make a Query it returns a Node, the information I need to synthesize the answer is split between that Node it returns and another Node (which it doesn't return) but that in the Document is following that Chunk.
How can I make the Synthesizer take into consideration the Nodes that surround the Node that the Retriever brought me so that no information is missing when generating the answer?