# Copy this file to `.env` and adjust values as needed # Ingestion defaults PARSER=pypdf CHUNK_SIZE=4000 CHUNK_OVERLAP=400 INGEST_TMP_DIR=.tmp/ingestion # Streamlit config overrides (optional) STREAMLIT_SERVER_PORT=8501 STREAMLIT_BROWSER_GATHER_USAGE_STATS=false