How does the Raptor Retriever in LlamaIndex handle updates to a corpus of data? More specifically in this scenario:
- I have persisted and clustered data in a vector index that was created previously via RAPTOR
- I want to ADD more data to this persisted and clustered vector store, but I want to be sure this new data is included in the existing clusters
Does RAPTOR accomodate at all for step 2? Or do I need to truncate that table and just re-cluster the data to ensure the data is all clustered together?