mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-30 05:18:47 -05:00
Improve management of memory entries #1275
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 @vertago1 on GitHub (Jun 15, 2024).
Is your feature request related to a problem? Please describe.
Memory entries can be added and removed, but there isn't an easy way to edit them or toggle them on/off
Describe the solution you'd like
I think the memory feature would be interesting if I could edit them, toggle them on/off for specific chats, and group them (where a whole group could be toggled for a chat at a time).
Describe alternatives you've considered
Right now a work around is to back up a copy of the memory somewhere else to edit, delete the existing memory, and add the updated one.
Toggling a memory now involves removing it or adding it back manually.
Grouping of memories has to be done outside of the tool or by creating multiple accounts with different groups of memories.
@silentoplayz commented on GitHub (Jun 15, 2024):
The ability to edit memories was merged to the
devbranch not too long ago - https://github.com/open-webui/open-webui/pull/3116. Memories feature as a whole can be toggled On/Pff inSettings>Personalization>Memory (Experimental), but individual memories within the experimental memory feature can not be toggled on or off by themselves. You will have to remove any you do not want, and add any you do.