https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure?hl=en
According to the documentation, I store the IDs to be deleted in `delete/delete_file.txt`.
The contents of delete_file.txt are as follows:
12345
23456
After updating the index, the data still exists. Does anyone know how to resolve this?
Hello,
Thank you for contacting the Google Cloud Community.
There seems to be a discrepancy between the documentation and actual behavior regarding deleting data using delete/delete_file.txt in Vertex AI Vector Search. Here are some possible explanations and solutions:
1. Verify and Adjust File Format:
2. Separate Update and Deletion:
Regards,
Jai Ade
I ultimately chose to use a streaming index to enable real-time addition and deletion of indexed data.