Is your feature request related to a problem? Please describe.
I use a persistent volume mounted as the data dir to make sure my chats are saved. Unfortunately this volume is becoming unnecessarily big as the cache folder is also in the data dir. I would like to be able to have this on a separate volume to avoid filling backups with cache data.
Describe the solution you'd like
I would like to move the cache dir out of the data dir. Im thinking that this could be done using a environmental variable to point to the location where the cache should be.
Originally created by @rasmusson on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7367
# Feature Request
**Is your feature request related to a problem? Please describe.**
I use a persistent volume mounted as the data dir to make sure my chats are saved. Unfortunately this volume is becoming unnecessarily big as the cache folder is also in the data dir. I would like to be able to have this on a separate volume to avoid filling backups with cache data.
**Describe the solution you'd like**
I would like to move the cache dir out of the data dir. Im thinking that this could be done using a environmental variable to point to the location where the cache should be.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @rasmusson on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7367
Feature Request
Is your feature request related to a problem? Please describe.
I use a persistent volume mounted as the data dir to make sure my chats are saved. Unfortunately this volume is becoming unnecessarily big as the cache folder is also in the data dir. I would like to be able to have this on a separate volume to avoid filling backups with cache data.
Describe the solution you'd like
I would like to move the cache dir out of the data dir. Im thinking that this could be done using a environmental variable to point to the location where the cache should be.