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