nsthorat's picture
Push
81f7253
raw
history blame
890 Bytes
# To overwrite these variables, create a .env.local file
# The path to the directory where the data will be downloaded on machine
LILAC_DATA_PATH=./data
# Set to 1 for duckdb to use views instead of materialized tables (lower memory usage, but slower).
DUCKDB_USE_VIEWS=0
# Variables that can be set in .env.local
#
# Get key from https://www.cohere.ai/api-keys
# COHERE_API_KEY=
# GCS_REGION=
# GCS_ACCESS_KEY=
# GCS_SECRET_KEY=
# Get key from https://platform.openai.com/account/api-keys
# OPENAI_API_KEY=
# For authenticating with HuggingFace to read private data from the hub from the huggingface
# demo.
# HF_USERNAME=
# https://huggingface.co/settings/tokens
# HF_ACCESS_TOKEN=
# The repo to use for the huggingface demo.
# HF_STAGING_DEMO_REPO='HF_ORG/HF_REPO_NAME'
# To sync data from huggingface before the server boots.
# LILAC_DL_DATA_FROM_HF_SPACE='HF_ORG/HF_REPO_NAME'