Clean install, imported old settings, all ML services not working anymore
I've just setup a clean install, and so far everything looks good, but both smart search as well as face detection product these errors:
[Nest] 7 - 06/10/2025, 2:27:29 PM ERROR [Microservices:{"id":"72cd5ddc-d986-41eb-b758-2b915cae3450"}] Unable to run job handler (smart-search): Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:98:15)
// some more clipped due to message length
[Nest] 7 - 06/10/2025, 2:27:29 PM ERROR [Microservices:{"id":"aada30fc-7e08-431f-83e4-8607e9560b22"}] Unable to run job handler (smart-search): Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:98:15)
// some more clipped due to message length
In settings the URL for ML is: http://localhost:3003
In my .env file I got IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
Any pointers on why this keeps failing on all ML workloads?
[Nest] 7 - 06/10/2025, 2:27:29 PM ERROR [Microservices:{"id":"72cd5ddc-d986-41eb-b758-2b915cae3450"}] Unable to run job handler (smart-search): Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:98:15)
// some more clipped due to message length
[Nest] 7 - 06/10/2025, 2:27:29 PM ERROR [Microservices:{"id":"aada30fc-7e08-431f-83e4-8607e9560b22"}] Unable to run job handler (smart-search): Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-SO400M-16-SigLIP2-384webli"}}}' failed for all URLs
at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:98:15)
// some more clipped due to message length
In settings the URL for ML is: http://localhost:3003
In my .env file I got IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
Any pointers on why this keeps failing on all ML workloads?