chat-with-your-data-solution-accelerator icon indicating copy to clipboard operation
chat-with-your-data-solution-accelerator copied to clipboard

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.

Open sreedharguda opened this issue 1 year ago • 2 comments

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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
  • [ ] ...

sreedharguda avatar Mar 18 '24 05:03 sreedharguda

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.

cecheta avatar Mar 25 '24 11:03 cecheta

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.

adamdougal avatar Apr 23 '24 09:04 adamdougal