So I need to persist both the leaf nodes in a vector db + a doc store?
I'm a little confused because I had the impression that the vector db would store everything and I would be able to rebuild from it... π€
Excerpt from
https://docs.llamaindex.ai/en/stable/module_guides/storing/storing.htmlMany vector stores (except FAISS) will store both the data as well as the index (embeddings). This means that you will not need to use a separate document store or index store.
So, in the case of AutoMerging I need both?