Once we delete file from the Admin Site "Delete Data", the file deleted from the vector DB, but its not deleted from the blob storage automatically.
Describe the bug
When documents are deleted via the admin site, they are deleted from the Vector DB but not blob storage.
Expected behavior
The document should also be deleted from blob storage.
How does this bug make you feel?
Share a gif from giphy to tells us how you'd feel
Debugging information
Steps to reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, add logs to help the engineer debug the problem.
Tasks
To be filled in by the engineer picking up the issue
- [ ] Task 1
- [ ] Task 2
- [ ] ...
Hello @sreedharguda , thanks for raising this issue, we will look into it.
Please in the future, could you add more information to the issue description using the template rather than just the title, as this helps when reviewing the issue, thank you.
We should consider moving the deletion to the backend function so that files are still removed from the index when deleting from blob storage directly.