We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a1de55 + c055fae commit 629ad55Copy full SHA for 629ad55
.github/workflows/deploy-rag.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install subql-ai
29
run: deno install -g -f --allow-env --allow-sys --allow-net --allow-import --allow-read --allow-write --allow-ffi --allow-run --unstable-worker-options --no-prompt -n subql-ai jsr:@subql/ai-app-framework/cli
30
31
+ - name: Extract cache
32
+ run: tar -xzvf db-openai.tar.gz
33
+
34
- name: Build rag
35
run: subql-ai embed-mdx -i docs -o dist -t subql-docs --model text-embedding-3-large --openAiApiKey $OPENAI_API_KEY
36
@@ -59,4 +62,4 @@ jobs:
59
62
"ref_name": "main",
60
63
"ref_type": "branch"
61
64
}
- }'
65
+ }'
0 commit comments