Clone & Configure
# Clone the repository
git clone https://github.com/Gyu-Chul/RAGIT.git
cd RAGIT
# Set your OpenAI API key in docker-compose.yml
# rag-worker → environment → OPENAI_API_KEY Run with Docker
# Start all services (GPU)
docker-compose up -d
# Or without GPU
docker-compose -f docker-compose.cpu.yml up -d
# Wait 60-90 seconds for healthy status
docker-compose ps