Vision: Update README.md

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-11-25 11:08:20 +01:00
parent 36d8b0e997
commit bbdc4a33f3

View File

@@ -40,13 +40,15 @@ The `vision.yml` file is usually kept in the `storage/config` directory (overrid
|-----------------|------------------------------------------------------------------|------------------------------------------------|
| `auto` | TensorFlow defaults during index; external via metadata/schedule | Leave as-is for most setups. |
| `manual` | Only when explicitly invoked (CLI/API) | Experiments and diagnostics. |
| `on-index` | During indexing + manual | Fast local models only. |
| `on-index` | During indexing + manual | Fast built-in models only. |
| `newly-indexed` | Metadata worker after indexing + manual | External/Ollama/OpenAI without slowing import. |
| `on-demand` | Manual, metadata worker, and scheduled jobs | Broad coverage without index path. |
| `on-schedule` | Scheduled jobs + manual | Nightly/cron-style runs. |
| `always` | Indexing, metadata, scheduled, manual | High-priority models; watch resource use. |
| `never` | Never executes | Keep definition without running it. |
> **Note:** For performance reasons, `on-index` is only supported for the built-in TensorFlow models.
#### Model Options
| Option | Default | Description |