# API Keys (copy to .env and add your actual keys)
OPENAI_API_KEY=your_openai_key_here
PINECONE_API_KEY=your_pinecone_key_here
ANTHROPIC_API_KEY=your_anthropic_key_here
# Database Configuration
CODE_DATABASE_PATH=./src/building_codes_server/codes.json