feat: add EAT (Efficient Audio Transformer) embedding model

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 14:00:09 +02:00
parent 5b25e85e98
commit 8fb8581816
2 changed files with 51 additions and 0 deletions
+5
View File
@@ -53,6 +53,11 @@ def test_embed_dim_ast():
assert _embed_dim("AST_ML") == 3072
def test_embed_dim_eat():
from core.audio_scan import _embed_dim
assert _embed_dim("EAT") == 768
def test_db_get_all_export_paths():
with tempfile.NamedTemporaryFile(suffix=".db", delete=False) as f:
path = f.name