This commit is contained in:
Abhinav 2023-10-20 09:31:30 +05:30
parent d1f49d5b05
commit 3aae181c7e

View file

@ -72,6 +72,7 @@ class ClipServiceImpl {
existingEmbeddings existingEmbeddings
); );
if (pendingFiles.length === 0) { if (pendingFiles.length === 0) {
addLogLine('no clip embedding extraction needed, all done');
return; return;
} }
for (const file of pendingFiles) { for (const file of pendingFiles) {