feat: add ImageFind application and release pipelines

This commit is contained in:
2026-08-11 18:02:40 +08:00
commit 16239d7525
270 changed files with 59163 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from imagefind.indexer import Indexer
def test_text_replacement_uses_portable_fixed_predicates():
assert Indexer._replaceable_text_condition(audio_stale=True) == ""
assert Indexer._replaceable_text_condition(audio_stale=False) == " AND kind<>'audio'"