Open Str1atum opened 5 months ago
I am encountering the same error in 1.111.0.
Same error here. Smart search still seems to work, but possibly missing files?
I am encountering the very same issues. I am running on a Synology DS224+ (Intel Celeron J4125, 18 GB RAM).
Same here, on version 119.1
.
Can all of you confirm that you're using non-default CLIP models? If so, when did you change the model? You can check the files in the machine learning service's /cache/clip
folder for the date when the model was downloaded.
$ ls -alh /cache/clip
drwxrwxrwx 6 1024 users 4.0K May 19 21:52 ViT-B-32__openai
The bug
Brand new docker stack and database, trying to add around 700 files from external library, machine learning enabled (see docker files):
Microservices brings up lots of errors à la:
[Nest] 7 - 05/29/2024, 10:14:59 PM ERROR [ImmichMicroservices] [JobService] Unable to run job handler (smartSearch/smart-search): QueryFailedError: pgvecto.rs: The given vector is invalid for input. ADVICE: Check if dimensions and scalar type of the vector is matched with the index. [Nest] 7 - 05/29/2024, 10:14:59 PM ERROR [ImmichMicroservices] [JobService] QueryFailedError: pgvecto.rs: The given vector is invalid for input. ADVICE: Check if dimensions and scalar type of the vector is matched with the index. at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:219:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async InsertQueryBuilder.execute (/usr/src/app/node_modules/typeorm/query-builder/InsertQueryBuilder.js:106:33) at async SearchRepository.upsert (/usr/src/app/dist/repositories/search.repository.js:188:9) at async SmartInfoService.handleEncodeClip (/usr/src/app/dist/services/smart-info.service.js:91:9) at async /usr/src/app/dist/services/job.service.js:145:36 at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28) at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24) [Nest] 7 - 05/29/2024, 10:14:59 PM ERROR [ImmichMicroservices] [JobService] Object: { "id": "307c7eaf-8ac9-4a7a-b909-7bee74d5aaf1", "source": "upload" }
The OS that Immich Server is running on
Ubuntu 24.04 LTS
Version of Immich Server
1.105.1
Version of Immich Mobile App
v.105
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response