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 c820a53 commit 1a72b75Copy full SHA for 1a72b75
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
dev-files: true
20
- run: |
21
cd /tmp
22
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
23
cd pgvector
24
make
25
sudo make install
0 commit comments