mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #9028] Git-based RAG #15362
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 @thepaperpilot on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9028
Feature Request
Is your feature request related to a problem? Please describe.
I have a logseq graph that is updated regularly and I'd like to be able to perform queries on said graph via RAG. I have this logseq graph locally but also synced to a private git repo online.
Describe the solution you'd like
I'd like to be able to give open webui the details of the git repo so it can query the live files, similar to the google drive integration.
Describe alternatives you've considered
Uploading each file whenever it updates (frustrating), or syncing my logseq graph to google drive (privacy concerns).