QdrantVectorStore
i want to modify the metadata received / retrived from the vector store, before i send it to llm to generate the response any tips how can i do thatllm.complete(ENTIRE NODES content + your query )
Second way would be to create a custom node postprocessor, you can update the nodes metadata after retrieval process here. and then it will go to llm.