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 61973ff commit bf32cf6Copy full SHA for bf32cf6
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
- run: |
31
cd examples/bun
32
bun install
33
+ createdb pgvector_example
34
bun run example.js
35
36
# Deno
0 commit comments