1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

fix(docs): info on preloading ML models (#16452)

info on preload
This commit is contained in:
Matthew Momjian
2025-03-03 13:39:02 -05:00
committed by GitHub
parent ad1ba4be5f
commit a03e999bde

View File

@@ -181,7 +181,11 @@ Redis (Sentinel) URL example JSON before encoding:
:::info
Other machine learning parameters can be tuned from the admin UI.
While the `textual` model is the only one required for smart search, some users may experience slow first searches
due to backups triggering loading of the other models into memory, which blocks other requests until completed.
To avoid this, you can preload the other models (`visual`, `recognition`, and `detection`) if you have enough RAM to do so.
Additional machine learning parameters can be tuned from the admin UI.
:::