From c33f5e9d74471f1de1559a6b38a313331662237b Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 4 Mar 2024 15:02:55 +0900 Subject: [PATCH] Add pgvector note Signed-off-by: Juhyung Park --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 702f974..cc87de9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This repository provides instructions and helper scripts to install [Immich](htt * `mimalloc` is deliberately disabled as this is a native install and sharing system library makes more sense. + * `pgvector` is used instead of `pgvecto.rs` that the official Immich uses to remove an additional Rust build dependency. + * Microservice and machine-learning's host is opened to 0.0.0.0 in the default configuration. This behavior is changed to only accept 127.0.0.1 during installation. Only the main Immich service's port, 3001, is opened to 0.0.0.0. * Only the basic CPU configuration is used. Hardware-acceleration such as CUDA is unsupported.