# Copy to .env and fill in. .env is gitignored; .env.example is committed. # Loaded automatically by zsgdp.config.load_env_file() when CLI / app starts. # Hugging Face Hub access token. Required for gated models like jina-v3 # (the embedding retriever) and any private model id used in gpu.models. # Read transparently by transformers / sentence-transformers when set. HF_TOKEN= # Logging — see zsgdp/logging_config.py. # ZSGDP_LOG_LEVEL=INFO # ZSGDP_LOG_JSON=1 # Pipeline overrides. # ZSGDP_CONFIG_PATH=configs/docling.yaml # ZSGDP_MAX_UPLOAD_BYTES=52428800 # ZSGDP_MAX_PAGE_COUNT=200