[PR #21602] chore(server): support vectorchord 0.5.x #16906

Closed
opened 2026-02-05 16:12:45 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/21602

State: closed
Merged: Yes


Description

Relaxes the version constraint for vectorchord to allow version 0.5.x (at this time, latest is 0.5.1).

It does not bump the default version in the docker-compose.yml file. That can come later.

Related to: https://github.com/immich-app/immich/discussions/21164

How Has This Been Tested?

I have tried both a clean install with vectorchord 0.5.1 and upgrading from vectorchord 0.4.3.
However, all of this was in a test instance with just a few photos.
There were no apparent issues. I tried searching, running the smart search job, changing the CLIP model, and running the face detection/facial recognition jobs.
Everything worked fine in my testing, no errors on the logs.

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

Please describe to which degree, if any, an LLM was used in creating this pull request.

No LLMs have been used.

**Original Pull Request:** https://github.com/immich-app/immich/pull/21602 **State:** closed **Merged:** Yes --- ## Description Relaxes the version constraint for vectorchord to allow version 0.5.x (at this time, latest is 0.5.1). It does **not** bump the default version in the docker-compose.yml file. That can come later. Related to: https://github.com/immich-app/immich/discussions/21164 ## How Has This Been Tested? I have tried both a clean install with vectorchord 0.5.1 and upgrading from vectorchord 0.4.3. However, all of this was in a test instance with just a few photos. There were no apparent issues. I tried searching, running the smart search job, changing the CLIP model, and running the face detection/facial recognition jobs. Everything worked fine in my testing, no errors on the logs. ## Checklist: - [x] I have performed a self-review of my own code - [x] I have made corresponding changes to the documentation if applicable - [x] I have no unrelated changes in the PR. - [x] I have confirmed that any new dependencies are strictly necessary. - [x] I have written tests for new code (if applicable) - [x] I have followed naming conventions/patterns in the surrounding code - [x] All code in `src/services/` uses repositories implementations for database calls, filesystem operations, etc. - [x] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services/`) ## Please describe to which degree, if any, an LLM was used in creating this pull request. No LLMs have been used.
OVERLORD added the pull-request label 2026-02-05 16:12:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#16906