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 b006fee commit c2e9d11Copy full SHA for c2e9d11
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
dev-files: true
17
- run: |
18
cd /tmp
19
- git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
20
cd pgvector
21
make
22
sudo make install
0 commit comments