diff --git a/chrome/content/zotero/xpcom/embeddings.js b/chrome/content/zotero/xpcom/embeddings.js index 0c92df706c..29e2c1d4e0 100644 --- a/chrome/content/zotero/xpcom/embeddings.js +++ b/chrome/content/zotero/xpcom/embeddings.js @@ -1381,7 +1381,7 @@ Zotero.Embeddings.Indexing = new function () { try { await Zotero.Embeddings.initDB(); await _ensureIndexMatchesModel(); - _phase = 'downloading'; + _phase = (await Zotero.Embeddings.isDownloaded()) ? 'indexing' : 'downloading'; _emitProgress(); await Zotero.Embeddings.Indexing.refreshStatus(); await Zotero.Embeddings.preloadModel();