Use pgvector as according to affine. be careful

This commit is contained in:
2025-06-10 12:51:44 +02:00
parent e707fac67b
commit 94166f5ce3

View File

@@ -62,7 +62,7 @@ podman create \
-e POSTGRES_DB=$DB_DATABASE \
-e POSTGRES_HOST_AUTH_METHOD=trust \
-v "$DB_DATA_LOCATION:/var/lib/postgresql/data:Z" \
docker.io/library/postgres:16
docker.io/pgvector/pgvector:pg16
podman generate systemd \
--new \