enricoros / big-AGI

Generative AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.

Home Page:https://big-agi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please specify mount path in the docker compose file

arsaboo opened this issue Β· comments

Description

not really a bug, but it will be nice to specify a mount path to save settings for ease of portability. The current docker-compose does not specify any file mounts.

Device and browser

Mac Studio

  • πŸ™‹β€β™‚οΈ Yes, I would like to contribute a fix.

The project does not keep any state on the backend. State (configuration) is provided to the backend via env variables, but the bulk of the state (chats, configurations) is saved on the frontend itself (the browser itself, via IndexedDB).