mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Documents Indexing [ Collection already exists ] #1283
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 @AhmadMuj on GitHub (Jun 17, 2024).
Bug Report
Description
Bug Summary:
I'm getting an exception while trying to index ( Add ) documents to the workspace collection
Steps to Reproduce:
I think the main problem is that I added a document before and somehow it didn't finish to the end or something so now I'm unable to add the same document again because a chunk of the collection already exists
Expected Behavior:
There should be some handling for large documents ( +2000 pages ) by introducing some kind of queue for the indexing instead of the document not being visible until it's fully indexed ( Which might take up to a few hours in my case )
Actual Behavior:
The document is not appearing until it's fully indexed so I'm not really sure what is the status of the document now
Environment
Open WebUI Version: 0.35
Operating System: Windows [ Client not host ]
Browser (if applicable): Chromium 126.0.6478.71
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Nothing is getting logged on the browser, the request is timing out due to taking so long from the server side
Docker Container Logs:
Installation Method
Docker
Additional Information
Basically the main problem is assuming that a document indexing could be done instantly, I have documents up to 4000 pages that I would like to index and the only way to do that is by adding some kind of queue with jobs for the indexing and showing the document as ( under processing )