mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-24 20:14:58 -05:00
recreate rag collection instead of falling back to stale version #409
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 @fbirlik on GitHub (Mar 4, 2024).
Bug Report
Description
Bug Summary:
store_data_in_vector_db is used to store web pages after retrieval. Currently, new version of the page is retrieved, split into chunks, but because previous collection exists, new data is dropped. Queries are executed against previous version instead of latest.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
@fbirlik commented on GitHub (Mar 4, 2024):
pull-req #1029 deletes the collection if an earlier version exists