OpenRAG Version
0.2.2 > 0.2.3
Deployment Method
Other
Operating System
unknown
Python Version
unknown
Affected Area
Ingestion (document processing, upload, Docling)
Bug Description
Submitted on behalf of a user:
User performed an update and container restart using the TUI.
After the update, the OpenRAG web UI got stuck at onboarding because it was trying to reingest the default documents that are already present in the OpenSearch index.
Steps to Reproduce
- Install 0.2.2 and make sure the default docs are ingested.
- Upgrade to 0.2.3 using the TUI.
- Start and launch OpenRAG.
- Proceed through onboarding.
- Once you reach embedding provider setup, it fails when it tries to reingest the default documents.
Additional test, after the above: Do a factory reset.
Now you should be able to get through Onboarding, however, the ability to ingest knowledge is bugged, and inspecting the knowledge base shows that the default docs (in ~/.openrag/documents/) weren't reingested after the reset, even though the index was wiped out.
Expected Behavior
An upgrade should either delete and reingest the default docs, or it should skip if they already exist.
Actual Behavior
The user got stuck at onboarding because it couldn't reingest the default docs
Relevant Logs
Screenshots
will ask user to share the screenshot
Additional Context
No response
Checklist