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 da6d8ef commit 8191e73Copy full SHA for 8191e73
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
dev-files: true
13
- run: |
14
cd /tmp
15
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
16
cd pgvector
17
make
18
sudo make install
0 commit comments