adaptai / platform /dbops /supervisor /conf.d /qdrant_bootstrap.conf
ADAPT-Chase's picture
Add files using upload-large-folder tool
30b9f3f verified
[program:qdrant_bootstrap]
command=/bin/bash -lc '/usr/bin/env QDRANT_URL=http://qdrant.dbops.local:17000 bash /data/adaptai/novas/novacore-atlas/mlops/dbops_tools/wait_for_qdrant.sh && /usr/bin/env QDRANT_URL=http://qdrant.dbops.local:17000 python3 /data/adaptai/novas/novacore-atlas/mlops/dbops_tools/qdrant_bootstrap.py python3 /data/adaptai/novas/novacore-atlas/mlops/dbops_tools/qdrant_bootstrap.py'python3 /data/adaptai/novas/novacore-atlas/mlops/dbops_tools/qdrant_bootstrap.py' /usr/bin/env QDRANT_URL=http://qdrant.dbops.local:17000 python3 /data/adaptai/novas/novacore-atlas/mlops/dbops_tools/qdrant_snapshot_helper.py verify --collection elizabeth_embeddings --min-points 0'
autostart=true
autorestart=false
priority=25
startretries=3
startsecs=2
stdout_logfile=/data/adaptai/platform/dbops/logs/qdrant_bootstrap.out.log
stderr_logfile=/data/adaptai/platform/dbops/logs/qdrant_bootstrap.err.log
stdout_logfile_maxbytes=5MB
stdout_logfile_backups=3
stderr_logfile_maxbytes=5MB
stderr_logfile_backups=3