# Confluence Configuration (Required for Confluence Integration) # Follow the setup guide in CONFLUENCE_SETUP_GUIDE.md # Confluence Instance URL (your company's Confluence) CONFLUENCE_URL=https://yourcompany.atlassian.net # Confluence User Email (use a service account) CONFLUENCE_EMAIL=fraud-bot@yourcompany.com # Confluence API Token (generate at: https://id.atlassian.com/manage-profile/security/api-tokens) CONFLUENCE_API_TOKEN=your_api_token_here # Embedding Provider (use "huggingface" for free local embeddings) EMBEDDING_PROVIDER=huggingface # Vector Store Configuration (ChromaDB is default and recommended) VECTOR_STORE_TYPE=chroma CHROMA_PERSIST_DIRECTORY=./chroma_db # Optional: LLM Configuration # If not set, defaults to AWS Bedrock (requires AWS credentials) OPENAI_API_KEY=your_openai_key_here # Optional: AWS Configuration (if using Bedrock) # AWS_ACCESS_KEY_ID=your_aws_access_key # AWS_SECRET_ACCESS_KEY=your_aws_secret_key # AWS_DEFAULT_REGION=us-west-2