Hello! I am having trouble integrating a VectorStore (Milvus) with a document management pipeline. I do not want to store a docstore.json file and load it from disk anytime, I want something closer to a production-ready approach to performing upserts in my index.
As I understand (might be wrong) the VectorStore integration does NOT save the docstore, even though Milvus e.g. saves the text corresponding to each node.
How are people approaching this issue? Any tutorial I see or documentation is concerned about very basic cases (document mgmt when index is not persisted in a vector database, or using in-memory databases like Redis for storing the documents).
Any ideas on how can I tweak Milvus to store my docstore, if viable? If not, any workarounds?
I find the documentation lacks details in the interaction of vector store and document management