We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad31195 commit f339ecdCopy full SHA for f339ecd
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
dev-files: true
23
- run: |
24
cd /tmp
25
- git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
26
cd pgvector
27
make
28
sudo make install
0 commit comments