I’m looking for the google cloud managed vector database. I’ve come across this doc - https://cloud.google.com/vertex-ai/generative-ai/docs/rag-engine/vector-db-choices but I’m not sure if I should use the RagManagedDb as a replacement for chromadb.
I’m using the aiplatform python SDK and looking for something that can work with near real-time updates.
For additional context, I’m working on Google cloud/VertexAI integrations for - a python framework that helps build multi-agent systems. We have a vector datastore implementation using chroma and we are unclear about what the replacement for it on google cloud should be.