File size: 591 Bytes
db06ffa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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