diff --git a/project/db/postgres/postgres.yml b/project/db/postgres/postgres.yml index a765dfb..87832ca 100644 --- a/project/db/postgres/postgres.yml +++ b/project/db/postgres/postgres.yml @@ -29,7 +29,7 @@ services: file: ${TEMPLATES_PATH} service: default container_name: postgres-with-pg-vector - image: tensorchord/pgvecto-rs:pg16-v0.1.11 + image: tensorchord/pgvecto-rs:pg16-v0.2.1-alpha.2 ports: - 5433:5432 secrets: [postgres_default_password]