Adds TransformNode to FuzzyFind Author Names

This commit is contained in:
quorploop 2025-12-23 17:53:37 +01:00
parent 64df8fb328
commit 72765532d3
11 changed files with 696 additions and 58 deletions

8
transform/entrypoint.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
# Run model download with output to stdout/stderr
/usr/local/bin/ensure_gliner_model.sh 2>&1
# Start cron in foreground with logging
exec cron -f -L 2