#!/bin/bash set -e # If HF_DATASET_ID is set, download PDFs from HuggingFace Dataset at startup if [ -n "$HF_DATASET_ID" ]; then echo "Downloading PDFs from HF Dataset: $HF_DATASET_ID ..." python3 - <