mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-18 04:11:07 +00:00
Migrate to VectorChord and match upstream
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
@@ -38,6 +38,8 @@ pgvector is included in the official PostgreSQL's APT repository:
|
||||
sudo apt install postgresql(-17)-pgvector
|
||||
```
|
||||
|
||||
* [VectorChord](https://docs.vectorchord.ai/vectorchord/getting-started/installation.html)
|
||||
|
||||
* [FFmpeg](https://github.com/FFmpeg/FFmpeg)
|
||||
|
||||
Immich uses FFmpeg to process media.
|
||||
@@ -114,6 +116,7 @@ postgres=# create user immich with encrypted password 'YOUR_STRONG_RANDOM_PW';
|
||||
postgres=# grant all privileges on database immich to immich;
|
||||
postgres=# ALTER USER immich WITH SUPERUSER;
|
||||
postgres=# CREATE EXTENSION IF NOT EXISTS vector;
|
||||
postgres=# CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
|
||||
postgres=# \q
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user