feat(ml): better multilingual search with nllb models ()

This commit is contained in:
Mert 2025-03-31 11:06:57 -04:00 committed by GitHub
parent 838a8dd9a6
commit 6789c2ac19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 301 additions and 18 deletions

View file

@ -11853,6 +11853,9 @@
"isVisible": {
"type": "boolean"
},
"language": {
"type": "string"
},
"lensModel": {
"nullable": true,
"type": "string"

View file

@ -924,6 +924,7 @@ export type SmartSearchDto = {
isNotInAlbum?: boolean;
isOffline?: boolean;
isVisible?: boolean;
language?: string;
lensModel?: string | null;
libraryId?: string | null;
make?: string;