# Environment Variables for DS Task AI News System # Groq API Configuration # Get your API key from: https://console.groq.com/keys GROQ_API_KEY=your_groq_api_key_here # Optional: Cohere API (alternative embedding provider) # COHERE_API_KEY=your_cohere_api_key_here # Server Configuration (optional - defaults provided) # HOST=0.0.0.0 # PORT=8000 # DEBUG=true # Vector Database Configuration (optional - defaults provided) # VECTOR_INDEX_PATH=./data/news_vectors.faiss # VECTOR_DIMENSION=384 # News Processing Configuration (optional - defaults provided) # MAX_ARTICLES_PER_FEED=50 # SIMILARITY_THRESHOLD=0.1