A self-hosted, AI-powered email RAG system that transforms your email conversations into a searchable, intelligent knowledge base.
- Hardware: Mac mini M2 (16GB RAM) or equivalent
- Software: Docker, Docker Compose
- Email: IMAP-enabled email account
-
Clone and Configure
git clone https://github.com/your-repo/email-rag.git cd email-rag cp .env.example .env -
Configure Email Access
# Edit .env with your IMAP credentials nano .env # Required settings: IMAP_HOST=imap.gmail.com [email protected] IMAP_PASS=your-app-password # Generate app password for Gmail
-
Start Services
# Start all services docker-compose up -d -
Verify Services
# Check service health curl http://localhost:8080/health # AI Processor curl http://localhost:8082/health # Content Processor # Check processing status curl http://localhost:8080/process/status
MIT License - see LICENSE file for details