yonnel
Enhance environment configuration; implement lazy initialization for vector updater and improve error handling in imports
b8ca8ae
raw
history blame contribute delete
613 Bytes
# OpenAI API key for embeddings
OPENAI_API_KEY=your_openai_api_key_here
# TMDB API key for movie data
TMDB_API_KEY=your_tmdb_api_key_here
# API authentication token
API_TOKEN=your_api_token_here
# Environment (dev/prod)
ENV=dev
# Logging level
LOG_LEVEL=INFO
# Remove adult content from TMDB results
FILTER_ADULT_CONTENT=true
# Hugging Face configuration
HF_TOKEN=your_hf_token_here
HF_DATASET_REPO=your-username/karl-movie-vectors
# Vector update configuration
AUTO_UPDATE_VECTORS=true
UPDATE_INTERVAL_HOURS=24
BATCH_SIZE=100
MAX_MOVIES_LIMIT=10000
# Admin configuration
ADMIN_TOKEN=your_admin_token_here