diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 6153c5d2e..eb1d00b80 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,3 +1,5 @@ +- Update pgvector to 0.2.0 + ### 15.5-6 (03-02-2024) - Fix : use custom postgres username diff --git a/postgres/build.json b/postgres/build.json index 5c270954b..97b137e12 100644 --- a/postgres/build.json +++ b/postgres/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "tensorchord/pgvecto-rs:pg15-v0.1.11", - "amd64": "tensorchord/pgvecto-rs:pg15-v0.1.11", + "aarch64": "tensorchord/pgvecto-rs:pg15-v0.2.0", + "amd64": "tensorchord/pgvecto-rs:pg15-v0.2.0", "armv7": "postgres:15-alpine" }, "codenotary": { diff --git a/postgres/config.json b/postgres/config.json index 361a41224..399a3a992 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -37,5 +37,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.5-6" + "version": "15.5-7" }