We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f13410 commit a5c8a10Copy full SHA for a5c8a10
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
dev-files: true
15
- run: |
16
cd /tmp
17
- git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
18
cd pgvector
19
make
20
sudo make install
0 commit comments