Hi, I am using Vectorstoreindex and persisting it locally on disk and then storing them in cloud storage; I am handling multiple indices; one per user...
I observed; that is quite slow in retrieval and adding data to it; because have to fetch from cloud (storage) every time I have to read/add to it.
Is there any-way i can speed that up? probably using any other vector store options
I was looking at this article;
https://docs.llamaindex.ai/en/latest/module_guides/storing/vector_stores/#vector-store-options-feature-supportAnd it is using different databases; can anyone recommend/ comment on this. What would be good here?