From c22740962cda6a70ebb7a4f30d7970ff65eaef6e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 29 Jan 2024 15:33:29 -0800 Subject: [PATCH] Added note for Docker [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6342bf5..9aecf0d 100644 --- a/README.md +++ b/README.md @@ -657,7 +657,7 @@ Get the [Docker image](https://hub.docker.com/r/pgvector/pgvector) with: docker pull pgvector/pgvector:pg16 ``` -This adds pgvector to the [Postgres image](https://hub.docker.com/_/postgres) (run it the same way). +This adds pgvector to the [Postgres image](https://hub.docker.com/_/postgres) (replace `16` with your Postgres server version, and run it the same way). You can also build the image manually: