This commit is contained in:
Nicolas Mowen 2025-09-18 14:13:10 -06:00
parent 62c1efc430
commit 157132973a
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@ class EmbeddingTypeEnum(str, Enum):
thumbnail = "thumbnail" thumbnail = "thumbnail"
description = "description" description = "description"
class EnrichmentModelTypeEnum(str, Enum): class EnrichmentModelTypeEnum(str, Enum):
arcface = "arcface" arcface = "arcface"
facenet = "facenet" facenet = "facenet"