We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e6b23 commit 92f97fcCopy full SHA for 92f97fc
1 file changed
.github/workflows/build.yml
@@ -18,3 +18,20 @@ jobs:
18
- run: cmake -S . -B build
19
- run: cmake --build build
20
- run: build/test
21
+
22
+ - run: |
23
+ cd examples/openai
24
+ cmake -S . -B build
25
+ cmake --build build
26
27
28
+ cd examples/cohere
29
30
31
32
33
+ cd examples/loading
34
+ createdb pgvector_example
35
36
37
+ build/example
0 commit comments