- State directory
- One directory holds everything the server writes. Its location follows the install type, is configurable, and the startup log names it on every boot.
- Settings
- The runtime settings file, including network mode, tool policy and model overrides, under the state directory.
- Model weights
- Cached in their own directory, separate from state by default: weights are large and usually belong on dedicated storage. The location is configurable.
- Search indexes
- The local search cluster's own data directory, or your PostgreSQL or Qdrant instance when you point collections at existing infrastructure.
- Uploads and caches
- Under the state directory. Files ingested for processing, and derived artifacts such as rendered pages and thumbnails.
- Logs and request history
- Under the state directory, readable from the admin console. Retention is configurable.