mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-25 17:21:00 -05:00
[GH-ISSUE #7981] Project Knowledge Base - Automatically Update Files When Git Branch Changes #14949
Reference in New Issue
Block a user
Originally created by @dallenpyrah on GitHub (Dec 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7981
Feature Request
When working with OpenWebUI's knowledge base feature and Git repositories, the system doesn't automatically detect and update files when switching between different Git branches. This creates inconsistency between the actual codebase being referenced and the knowledge base content, leading to potential confusion and incorrect context during conversations.
Implement an automatic file update mechanism that:
This feature would be particularly valuable for development teams that:
The implementation should be efficient and avoid unnecessary reprocessing of unchanged files while ensuring the knowledge base stays synchronized with the current Git branch.