Skip to content

Commit a03e999

Browse files
authored
fix(docs): info on preloading ML models (#16452)
info on preload
1 parent ad1ba4b commit a03e999

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/install/environment-variables.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,11 @@ Redis (Sentinel) URL example JSON before encoding:
181181

182182
:::info
183183

184-
Other machine learning parameters can be tuned from the admin UI.
184+
While the `textual` model is the only one required for smart search, some users may experience slow first searches
185+
due to backups triggering loading of the other models into memory, which blocks other requests until completed.
186+
To avoid this, you can preload the other models (`visual`, `recognition`, and `detection`) if you have enough RAM to do so.
187+
188+
Additional machine learning parameters can be tuned from the admin UI.
185189

186190
:::
187191

0 commit comments

Comments
 (0)