You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open WebUI defaults to using a SQLite database stored in the backend for users, chats, and most other data. This does not scale well on Kubernetes, so we should explore a way to easily integrate an external database for scalability.