Vectorize really needs a better way to delete vectors other than just by ID. Ideally you'd be able to delete all vectors that have a meta index value. Right now you have to first retrieve vectors to obtain the IDs, then delete by ID, but this is hampered by being able to retrieve only max. 100 vector IDs at a time.