.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
DEBUG
Application Settings
ENVIRONMENT
POSTGRES_DATABASE_URL
secret
PostgreSQL Database
OPENSEARCH_HOST
External Services
OPENSEARCH__HOST
OLLAMA_HOST
ARXIV__MAX_RESULTS
arXiv API Configuration
ARXIV__BASE_URL
ARXIV__PDF_CACHE_DIR
ARXIV__RATE_LIMIT_DELAY
ARXIV__TIMEOUT_SECONDS
ARXIV__SEARCH_CATEGORY
ARXIV__DOWNLOAD_MAX_RETRIES
ARXIV__DOWNLOAD_RETRY_DELAY_BASE
ARXIV__MAX_CONCURRENT_DOWNLOADS
ARXIV__MAX_CONCURRENT_PARSING
PDF_PARSER__MAX_PAGES
PDF Parser Configuration
PDF_PARSER__MAX_FILE_SIZE_MB
PDF_PARSER__DO_OCR
PDF_PARSER__DO_TABLE_STRUCTURE
brew install flyctl && fly launch --from https://github.com/archanaakiruba/production-agentic-rag-course
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/archanaakiruba/production-agentic-rag-course
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/archanaakiruba/production-agentic-rag-course