mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #3231] feat: KB management #13180
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 @joelmnz on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3231
Is your feature request related to a problem? Please describe.
RAG is a great help but when you are trying to maintain a custom knowledge base you have to keep updating the document which means downloading the file, edit, uploading, it gets very tedious for frequently updated information e.g.
Describe the solution you'd like
Ideally I would like a built in knowledge base management such as a markdown file editor (think Obsidian) or perhaps nominate a kb git repo and pull that into indexing for RAG
Describe alternatives you've considered
I've tried
using the chat history as storage, editing the AI responses with notes and summaries so I can ask questions in context. But you can't delete a AI response (another feature request please for that) so it's just a big running chat.
using Obsidian with Smart-Connectiond, this is the best solution I've found BUT it doesn't work on mobile devices 😥
many other online AI systems that chat with your notes but Open WebUI is so good and so close, having a nominated folder of markdown files to index (with built in editor) would be amazing.
Additional context
@flefevre commented on GitHub (Jun 18, 2024):
I do agree
I have opened a discussion here that could enrich perhaps the feature
https://github.com/open-webui/open-webui/discussions/3226
What do you think of such system of data connectors ?
One of them could be git access
@tjbck commented on GitHub (Jun 29, 2024):
Closing in favour of #3527, Let's continue our discussion there!