Guide de déploiement
Déployez InfoLens sur votre propre infrastructure avec Docker Compose.
1
Cloner et configurer
bash
git clone https://github.com/gdlabs/infolens-rag.git
cd infolens-rag
# Configure environment
cp .env.example .env
# Edit .env with your Gemini API key and database credentials2
Démarrer la pile
bash
cd docker
# Start all services (backend + frontend + postgres + clustering)
docker compose --profile postgres -f compose.yaml up -d
# Verify health
curl http://localhost:24000/v1/health
# → {"results":{"message":"ok"}}3
Accéder à la plateforme
4