Hi gang. I'm posting this question for clarification
I have created a VectorStoreIndex (specifically a QdrantStoreIndex) on a bunch of documents. Can I retrieve the original documents from the VectorStoreIndex? If I can retrieve the original documents, then I'd like to build a SummaryIndex on top of them.
My understanding is that I cannot retrieve the original documents from the VectorStoreIndex. And I would have to create a separate DocumentStore and utilize it to build the SummaryIndex on. Please clarify.
Thanks @WhiteFang_Jr . Stitching the nodes does not feel like a practical approach since the nodes have overlapping text and that might become source of bugs.