We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bde63c commit 9b87233Copy full SHA for 9b87233
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
dev-files: true
12
- run: |
13
cd /tmp
14
- git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.6.0 https://github.com/pgvector/pgvector.git
15
cd pgvector
16
make
17
sudo make install
0 commit comments