Merge pull request #1265 from ShonP40/patch-1

Update pgvecto-rs to fix Immich support
This commit is contained in:
Alexandre
2024-02-24 17:21:39 +01:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
- Update pgvector to 0.2.0
### 15.5-6 (03-02-2024)
- Fix : use custom postgres username

View File

@@ -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": {

View File

@@ -37,5 +37,5 @@
"slug": "postgres",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "15.5-6"
"version": "15.5-7"
}