remove vector embeddings

This commit is contained in:
Tienson Qin
2026-04-02 18:51:29 +08:00
parent 5620af9a4e
commit 333f3e10b1
49 changed files with 70 additions and 1618 deletions

View File

@@ -79,7 +79,7 @@ jobs:
# NOTE: require the app to be build with DEV-RELEASE flag
- name: Prepare E2E test build
run: |
yarn gulp:build && clojure -M:cljs release app db-worker inference-worker --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug && yarn webpack-app-build
yarn gulp:build && clojure -M:cljs release app db-worker --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug && yarn webpack-app-build
- name: Upload build artifact
uses: actions/upload-artifact@v4