# =================================== # PaperBOT Environment Configuration # =================================== # Copy this file to .env and fill in your API keys # cp .env.example .env # -------------------------- # REQUIRED: Pinecone Vector Database # Get your API key: https://www.pinecone.io/ # -------------------------- PINECONE_API_KEY=your_pinecone_api_key_here # -------------------------- # REQUIRED: Google AI (Gemini) # Get your API key: https://aistudio.google.com/ # -------------------------- GOOGLE_API_KEY=your_google_ai_api_key_here # -------------------------- # OPTIONAL: HuggingFace Token # Get your token: https://huggingface.co/settings/tokens # Required for some gated models # -------------------------- HF_TOKEN=your_huggingface_token_here # -------------------------- # OPTIONAL: Application Settings # Uncomment and modify as needed # -------------------------- # MAX_UPLOAD_SIZE=15728640 # 15MB in bytes (default) # BATCH_SIZE=32 # Chunks per batch # MODEL_TYPE=quality # Options: fast, balanced, quality