From 239dfa06a7d74edff13986a100dd8d0f41515af0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Oct 2025 19:39:03 -0500 Subject: [PATCH] add vectors --- clusters/cl01tl/applications/immich/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index 1ced27f02..d96bc2c10 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -252,6 +252,7 @@ postgres-17-cluster: - "vchord.so" initdb: postInitSQL: + - CREATE EXTENSION IF NOT EXISTS "vectors"; - CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE; - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;