[GH-ISSUE #5557] Reset Vector Storage not working properly #14031

Closed
opened 2026-04-19 20:32:16 -05:00 by GiteaMirror · 0 comments
Owner

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:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

When we go to Admin -> Settings -> Documents when click "Reset Vector Storage" I expect that it empties the chroma.sqlite3 file and delete all the documents folder in vector_db directory.
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.sqlite3 file and do not delete the corresponding documents folder in vector_db directory. 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.sqlite3 file and vector_db directory.

Logs and Screenshots

Browser Console Logs:
n/a

Docker Container Logs:
n/a

Screenshots/Screen Recordings (if applicable):
n/a

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:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: When we go to Admin -> Settings -> Documents when click "Reset Vector Storage" I expect that it empties the `chroma.sqlite3` file and delete all the documents folder in `vector_db` directory. 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.sqlite3` file and do not delete the corresponding documents folder in `vector_db` directory. 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.sqlite3` file and `vector_db` directory. ## Logs and Screenshots **Browser Console Logs:** n/a **Docker Container Logs:** n/a **Screenshots/Screen Recordings (if applicable):** n/a
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14031