Skip to content

Commit 629ad55

Browse files
authored
Merge pull request #608 from subquery/feat/extract-cache
feat: extract cache
2 parents 6a1de55 + c055fae commit 629ad55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-rag.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install subql-ai
2929
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
3030

31+
- name: Extract cache
32+
run: tar -xzvf db-openai.tar.gz
33+
3134
- name: Build rag
3235
run: subql-ai embed-mdx -i docs -o dist -t subql-docs --model text-embedding-3-large --openAiApiKey $OPENAI_API_KEY
3336

@@ -59,4 +62,4 @@ jobs:
5962
"ref_name": "main",
6063
"ref_type": "branch"
6164
}
62-
}'
65+
}'

0 commit comments

Comments
 (0)