mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
Save char artifacts to RAG #4149
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 @geiseri on GitHub (Feb 26, 2025).
Feature Request
Is your feature request related to a problem? Please describe.
The situation here is a bit distinct from typical RAG queries. In my scenario, I engage in several chat sessions connected to a D&D campaign I'm developing. Currently, I utilize the image generation feature along with markdown snippets that I manually integrate into my knowledge base when there's an interesting plot point, map location, or NPC that I want to keep track of for future reference. I don't require access to the entire chat; only specific elements that I find noteworthy.
Describe the solution you'd like
I created a workspace that have the specific model tweaks, knowledge, and prompts, but It would be nice to be able to click a button on the artifacts or formatted responses, etc directly into the knowledge.
Describe alternatives you've considered
I will download artifacts and add them to the knowledge manually, or copy and paste chunks of the chat.
Additional context
D&D is known for being "Fantasy with Math", but they leave out the volumes of stats you need to reference. Using chat with RAG is very handy to pull it all together.