Skip to content

Commit

Permalink
Update pgvecto-rs Docker image version to pg16-v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jinjing.Zhou <[email protected]>
  • Loading branch information
VoVAllen committed Mar 14, 2024
1 parent 93beea9 commit 884f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ docker run \
--name pgvecto-rs-demo \
-e POSTGRES_PASSWORD=mysecretpassword \
-p 5432:5432 \
-d tensorchord/pgvecto-rs:pg16-v0.2.0
-d tensorchord/pgvecto-rs:pg16-v0.2.1
```

Then you can connect to the database using the `psql` command line tool. The default username is `postgres`, and the default password is `mysecretpassword`.
Expand Down

0 comments on commit 884f12c

Please sign in to comment.