Implement Nodes to compute text embeddings

This commit is contained in:
quorploop 2025-12-24 17:58:23 +01:00
parent 72765532d3
commit 49239e7e25
9 changed files with 505 additions and 25 deletions

View file

@ -2,7 +2,9 @@
set -euo pipefail
# Run model download with output to stdout/stderr
/usr/local/bin/ensure_minilm_model.sh 2>&1
/usr/local/bin/ensure_gliner_model.sh 2>&1
# Start cron in foreground with logging
exec cron -f -L 2
# cd /app && /usr/local/bin/python main.py >> /proc/1/fd/1 2>&1