JDavid
JDavid
Apply this pull request to the lib: https://github.com/me-no-dev/ESPAsyncWebServer/pull/1351 Or use this fork for now while @me-no-dev has the opportunity to review the library: https://github.com/blackhack/ESPAsyncWebServer.git Besides from the build errors, I...
Can confirm, I just upgrade from [v1.111.0](https://github.com/immich-app/immich/releases/tag/v1.111.0) to [v1.112.1](https://github.com/immich-app/immich/releases/tag/v1.112.1), and immich_server get stuck in this bootloop. Nothing else was done, just a `sudo docker compose pull` Edit: Just update my...
> @blackhack if you roll back to `v1.111.0` does it work? Yes, it works fine, nothing wrong in the logs and the smart search works.
> @blackhack can you post your docker compose and env file? No problem. ``` [jdavid@server immich-app]$ cat .env # You can find documentation for all the supported env variables at...
Just like @rekh127, i get the same result when applying the query. ``` [jdavid@server immich-app]$ sudo docker exec -it immich_postgres psql --dbname=immich --username=postgres psql (14.10 (Debian 14.10-1.pgdg120+1)) Type "help" for...
I'm using `XLM-Roberta-Large-Vit-B-16Plus` so the size is 640 Running the queries I got an error because `embedding` already exist, but this time it actually did something on `CREATE INDEX` because...
Now that you mention restoring from a backup, I always get this kind of error. Not sure if it's related though. I just restore it to test, and even though...