You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://www.buymeacoffee.com/muhlba91"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/default-orange.png"alt="Buy Me A Coffee"height="28"width="150"></a>
9
9
10
-
A container integrating [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) into [CloudNativePG's PostgreSQL container](https://github.com/cloudnative-pg/postgres-containers).
10
+
A container integrating [VectorChord](https://github.com/tensorchord/VectorChord) into [CloudNativePG's PostgreSQL container](https://github.com/cloudnative-pg/postgres-containers).
11
11
12
12
---
13
13
@@ -16,6 +16,11 @@ A container integrating [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs)
16
16
>
17
17
> The chosen upstream versions follow the [Immich requirements](https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml).
18
18
19
+
> [!WARNING]
20
+
> **This container is being migrated from pgvecto.rs to VectorChord!**
21
+
>
22
+
> Immich is migrating to VectorChord and, hence, this container will transition to only including VectorChord in upcoming releases.
23
+
19
24
---
20
25
21
26
## Installation Notes
@@ -27,10 +32,10 @@ Instead of using the upstream [CloudNativePG container](https://github.com/cloud
27
32
The container images are tagged according to CloudNativePG's [image tag requirements](https://cloudnative-pg.io/documentation/1.23/container_images/#image-tag-requirements_1).
28
33
Additionally, `latest` and `<GIT_COMMIT_SHA>` tags are created which are **not** compatible with CloudNativePG!
29
34
30
-
The tagging scheme is `<CLOUDNATIVEPG_POSTGRESQL_TAG>-<PGVECTO_TAG>[-<RELEASE_TAG>]` with:
35
+
The tagging scheme is `<CLOUDNATIVEPG_POSTGRESQL_TAG>-<VECTORCHORD_TAG>[-<RELEASE_TAG>]` with:
31
36
32
37
-`<CLOUDNATIVEPG_POSTGRESQL_TAG>`: the upstream [CloudNativePG container](https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql) version
33
-
-`<PGVECTO_TAG>`: the [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs/releases) version
38
+
-`<VECTORCHORD_TAG>`: the [VectorChord](https://github.com/tensorchord/VectorChord/releases) version
34
39
-`<RELEASE_TAG>`: the release version of this container (used to version internal changes; optional to specify)
0 commit comments