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 464a4ae commit 47fc2b2Copy full SHA for 47fc2b2
.github/workflows/evaluate.yaml
@@ -75,7 +75,7 @@ jobs:
75
- name: Set password for postgres user
76
run: sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'root'"
77
78
- - name: Create vector extension
+ - name: Create pgvector extension
79
run: sudo -u postgres psql -c 'CREATE EXTENSION vector'
80
81
- name: Install python
0 commit comments