From 0c1fad54b698d692164ff9e32d44115e1169a3e5 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 19 Jun 2025 08:21:12 -0400 Subject: [PATCH] immich-install.sh: restore pgvector module install (#5286) --- install/immich-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/immich-install.sh b/install/immich-install.sh index 08f75cf41..ccc8dd648 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -111,7 +111,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then fi NODE_VERSION="22" setup_nodejs -PG_VERSION="16" setup_postgresql +PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql msg_info "Setting up Postgresql Database" VCHORD_RELEASE="$(curl -fsSL https://api.github.com/repos/tensorchord/vectorchord/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')"