Smart Search doesn't work. Unknown error: Error: Machine learning request '{"clip":{"textual":{"modelName":"ViT-B-32__openai"}}}' failed for all URLs #15835
Replies: 5 comments 4 replies
|
Did you manage to fix this? I have the same issue. |
|
Same here too ... Did not manage to solve it ... It's a nasty bug ... |
|
Same here, I host it using lxc (proxmox-scripts). Works with default model, doesn't work with Also, ML service crashes frequently despite having enough (i think) resources - 3 N100 CPUs, 8Gb RAM and 8Gb SWAP |
|
Exactly similar setup - ML is hosted on a separate LXC which is accessible via curl without any issue, but smart search simply does not work. The only way I can make smart search is to leave the ML server as the default "http://immich-machine-learning:3003/ and use the ML running on the primary LXC. |
|
Running this in Kubernetes, the machine learning container logs showed an inability to write to the volume. Once I fixed volume permissions, it worked fine. |

Uh oh!
There was an error while loading. Please reload this page.
The bug
Hello team,
After updating to latest verstion v1.125.7 smart serach stopped working. I'm using Immich server on Synology NAS as a host and remote ML with microservices on PC for remote jobs. Both remote and host have the same versions.
Failed to search smart (Immich Server Error)
Server version
Immich server logs
Immich remote ML logs
The OS that Immich Server is running on
Synology Nas as a host, Windows 11 with Nvidia GPU as a remote ML
Version of Immich Server
v.1.125.7
Version of Immich Mobile App
v.1.125.7
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1.Search in the smart search
2.You will get an error
3.
...
Relevant log output
Additional information
One important thing to mention, after rerunning Smart Search and Face Detection jobs I can see remote GPU in use in task manager and PC is reachable from NAS.
All reactions