Installation¶
Prerequisites¶
- Docker and Docker Compose
- OpenAI API key
Setup¶
1. Clone the Repository¶
2. Configure Environment¶
Edit .env and set your OpenAI API key:
3. Start Services¶
This starts all services:
- PostgreSQL database
- Redis cache
- ChromaDB vector store
- FastAPI backend
- ARQ worker
- React frontend
4. Verify Installation¶
Check service health:
All services should show as "healthy" or "running".
Access the application at http://localhost:3000.