دليل النشر
انشر InfoLens على بنيتك التحتية باستخدام Docker Compose.
1
الاستنساخ والتكوين
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
بدء تشغيل الحزمة
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
الوصول إلى المنصة
4