File size: 265 Bytes
191645f | 1 2 3 4 5 6 7 8 9 10 11 12 | # 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
|