AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo af38efe6d9
feat: sync document through http request (#1064)
* chore: query embedding

* chore: create embeddings

* chore: apply update to editing collab

* refactor: web-update

* chore: calculate missing update the sv is not none

* chore: add test

* chore: fix audit

* chore: commit sqlx

* chore: fix client api

* test: add

* chore: clippy

* chore: fix collab drop when save
2024-12-12 14:53:07 +08:00
..
src feat: sync document through http request (#1064) 2024-12-12 14:53:07 +08:00
tests chore: set max import zip file size (#1011) 2024-11-20 14:07:36 +08:00
Cargo.toml chore: update validator crate 2024-12-11 12:33:46 +08:00
Dockerfile chore: upload api endpoint for web upload (#1024) 2024-11-28 09:09:09 +08:00
README.md feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
deploy.env feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00

README.md

Build docker image for appflowy worker manually

docker buildx build -f ./services/appflowy-worker/Dockerfile  --platform linux/amd64 -t appflowyinc/appflowy_worker --push .