Yes! I have my indices persisted to a MongoDB instance (documentstore, vectorstore and indexstore), and to prevent it to become full of indices I'd like to be able to remove a few of them every now and then
Thanks for your response! So there's no way to programmatically remove the indices through a method call in the storage context (like the opposite of a storagecontext.persist())