From c186d0e9bb7a2abbfcd7f530f4f50b164bba6178 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Thu, 16 Oct 2025 22:41:59 +0900 Subject: [PATCH] Update components from README Signed-off-by: Juhyung Park --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae9001b..9b38b07 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ This repository provides instructions and helper scripts to install [Immich](htt * [Redis](https://redis.io/docs/install/install-redis/install-redis-on-linux) -As the time of writing, Node.js v22 LTS, PostgreSQL 17 and Redis 7.4.1 was used. +As the time of writing, Node.js v22 LTS, PostgreSQL 18 and Redis 8.2.2 was used. * [pgvector](https://github.com/pgvector/pgvector) pgvector is included in the official PostgreSQL's APT repository: ``` bash -sudo apt install postgresql(-17)-pgvector +sudo apt install postgresql(-18)-pgvector ``` * [VectorChord](https://docs.vectorchord.ai/vectorchord/getting-started/installation.html)