Package Details: vectorchord-immich-bin 1.1.1-1

Git Clone URL: https://aur.archlinux.org/vectorchord-immich-bin.git (read-only, click to copy)
Package Base: vectorchord-immich-bin
Description: Latest version compatible with immich-server of VectorChord, the PostgreSQL vector similarity search extension
Upstream URL: https://github.com/tensorchord/VectorChord
Licenses: AGPL-3.0-ONLY OR Elastic-2.0
Conflicts: vectorchord
Provides: vectorchord
Submitter: vincent.ducamps
Maintainer: aliu
Last Packager: aliu
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-17 08:07 (UTC)
Last Updated: 2026-03-15 20:44 (UTC)

Pinned Comments

aliu commented on 2026-03-15 20:44 (UTC)

Restart the postgresql service and follow these instructions after updating:

ALTER EXTENSION vchord UPDATE;
REINDEX INDEX face_index;
REINDEX INDEX clip_index;

Latest Comments

aliu commented on 2026-03-15 20:44 (UTC)

Restart the postgresql service and follow these instructions after updating:

ALTER EXTENSION vchord UPDATE;
REINDEX INDEX face_index;
REINDEX INDEX clip_index;

aliu commented on 2025-12-28 17:58 (UTC)

Fixed, thanks

vincent.ducamps commented on 2025-12-28 17:46 (UTC) (edited on 2025-12-28 17:46 (UTC) by vincent.ducamps)

seeem that one sha is always not correctly update got this one with updpkgsums

sha256sums=('73fb60bf8b0e2c1bb4df700fa5400d3f2819482e0b7dbdc7e2e88212efff1819'
            '19e530f3f1af21643497906f22a52a5c136059983ae379ba5c7055831f32c862'
            '65eefc127ee28db1cc1535df6369e8d751d7cacf1b1363be0e47ae9658c04ffc')

vincent.ducamps commented on 2025-12-14 15:16 (UTC)

and second Licence file must be installed like this

install -Dm644 "$srcdir/LICENSE.ELv2" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.ELv2"

vincent.ducamps commented on 2025-12-14 15:13 (UTC)

HI I think you have forgot to update sha256 sums

aliu commented on 2025-12-04 15:24 (UTC)

That’s not the latest version compatible. For example, the image also uses PostgreSQL 14. In fact the 0.4.3 images are no longer being maintained if you check the immich base-images repository.

vincent.ducamps commented on 2025-11-30 11:26 (UTC)

HI on docker compose file provide on immich repo they seem use 0.4.3

aliu commented on 2025-11-27 17:52 (UTC)

I'd be happy to co-maintain this package.

cebtenzzre commented on 2025-08-20 02:36 (UTC)

Needs this patch or immich won't recognize it as satisfying the >=0.3 or <0.5 requirements:

diff --git a/PKGBUILD b/PKGBUILD
index 63157a7..3198cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
 url="https://github.com/tensorchord/VectorChord"
 license=('AGPLv3')
 depends=('postgresql' 'pgvector')
-provides=("vectorchord")
+provides=("vectorchord=${pkgver}")
 conflicts=('vectorchord-git' 'vectorchord-bin')
 source=("${url}/releases/download/${pkgver}/postgresql-17-vchord_${pkgver}_${arch}-linux-gnu.zip")
 sha256sums=('d5b4001ed4db29e4ee68473b59677d30a09078608625c91aad03dd190ed53b43')