mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13214] feat: chat record saved in local cache #16851
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 @kaac5 on GitHub (Apr 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13214
Check Existing Issues
Problem Description
I am currently using openwebui to provide external services, but my website has limited bandwidth. Every time I switch between different conversations, I need to retrieve data from scratch, which consumes valuable bandwidth. Is it possible to cache the retrieved conversations so I don't have to use up precious traffic for every single access? Currently, switching between conversations results in slow waiting times (due to bandwidth constraints).
Desired Solution you'd like
chat record saved in local cache
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Apr 27, 2025):
I like the idea but most likely won't be added.