Hi! i am using llamaIndex python, mongoAtlas db as my persistant storage. I had an initial successful implementation of using MongoDBAtlasVectorSearch as my vectorStore, and rag is working π
but now i am exploring the document summary index, and im struggling to understand the concept of docstore and index store.
- am i able to create a document summary index from my existing vector store?
- does anyone have a copy of data in their docStore, vectorStore, indexStore? I will like to see the data to see how they all related to each other.
Any help pointing me to the right direction is greatly appreciated! T.T