Configuration
Environment Variables
Variable
Description
Configuration File
# Performance tuning
DS_TIMEOUT=60
DS_MAX_RETRIES=5
DS_DEFAULT_LIMIT=5000from dotenv import load_dotenv
load_dotenv()
from delong_datasets import download_dataset
data = download_dataset("<dataset_id>", "your-token")Runtime Configuration
Last updated

