forked from lukaszett/Knack-Scraper
Implement Nodes to compute text embeddings
This commit is contained in:
parent
72765532d3
commit
49239e7e25
9 changed files with 505 additions and 25 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue