What would be a good way to refresh my vector store? So currently my storage_context is set to pinecone. When I updated my documents, I want my vector store to be refresh (essentially delete the original vectors and index the document again). What would be the recommended approach to this?