I've been building RAG systems with LlamaIndex for a few months now, both for internal productivity tools and enterprise app software features, and I'm missing a piece of puzzle. I would like my users to be able to maintain their own vector db indices with a no-code browser interface, de-duplication, and CRUD functionality. Does anyone know of a project with features like this?
Edit: I should add that I must use Azure's vector db, or generally be able to use the db provider of my choosing.
I haven't seen one yet but would be amazing to see a plug and play integration for this. I've typically just coded these myself, have you also been making your own interfaces for these?