Metadata: Increase probability of keywords extracted from captions #4603

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-01-17 06:34:57 +01:00
parent ebeaaf568b
commit 8da446a351

View File

@@ -516,7 +516,7 @@ func (m *Photo) UpdateCaptionLabels() error {
}
labelIds = append(labelIds, label.ID)
FirstOrCreatePhotoLabel(NewPhotoLabel(m.ID, label.ID, 20, classify.SrcCaption))
FirstOrCreatePhotoLabel(NewPhotoLabel(m.ID, label.ID, 15, classify.SrcCaption))
}
}