mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #5557] Reset Vector Storage not working properly #29559
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bgeneto on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5557
Bug Report
Installation Method
Docker with docker-compose
Environment
Open WebUI Version: v0.3.22
Ollama (if applicable): n/a
Operating System: Debian 12 kernel 6.1.106-3
Browser (if applicable): n/a
Confirmation:
Expected Behavior:
When we go to Admin -> Settings -> Documents when click "Reset Vector Storage" I expect that it empties the
chroma.sqlite3file and delete all the documents folder invector_dbdirectory.Also, when we delete a document via Workspace -> Documents, the corresponding entries in the vector storage should be deleted.
Actual Behavior:
When we go to Admin -> Settings -> Documents when click "Reset Vector Storage" it does not touches the
chroma.sqlite3file and do not delete the corresponding documents folder invector_dbdirectory. It seems to me that this button is doing nothing.Also, when we delete a document via Workspace -> Documents, the corresponding entries in the vector storage is not deleted.
Description
Bug Summary:
Reset Vector Storage not working properly.
Reproduction Details
Steps to Reproduce:
Just click Reset Vector Storage and check
chroma.sqlite3file andvector_dbdirectory.Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
n/a
Screenshots/Screen Recordings (if applicable):
n/a