mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 22:35:03 -08:00
feat(ml): better multilingual search with nllb models (#13567)
This commit is contained in:
@@ -11853,6 +11853,9 @@
|
||||
"isVisible": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"lensModel": {
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
|
||||
@@ -924,6 +924,7 @@ export type SmartSearchDto = {
|
||||
isNotInAlbum?: boolean;
|
||||
isOffline?: boolean;
|
||||
isVisible?: boolean;
|
||||
language?: string;
|
||||
lensModel?: string | null;
|
||||
libraryId?: string | null;
|
||||
make?: string;
|
||||
|
||||
Reference in New Issue
Block a user