From 12268437b298378de5e77d46545549befd340d70 Mon Sep 17 00:00:00 2001 From: zhangbaowen Date: Thu, 28 Nov 2024 10:55:05 +0800 Subject: [PATCH] Modify the readme file in pgvector --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c9945c..179fbbf4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Compile and install the extension (supports Postgres 11+) ```sh cd /tmp -git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git +git clone https://github.com/cloudberry-contrib/pgvector.git cd pgvector make make install # may need sudo