No description
- Python 90.5%
- Batchfile 6.3%
- Dockerfile 2.1%
- Shell 1.1%
| api_server | ||
| docs | ||
| ingestion | ||
| mcp_server | ||
| scripts | ||
| streamlit_app | ||
| test_docs | ||
| .env.example | ||
| .gitignore | ||
| clean-start.bat | ||
| docker-compose.yml | ||
| DOWNLOAD_MODEL_MANUAL.md | ||
| qdrant_config.yaml | ||
| QUICKSTART_WINDOWS.md | ||
| README.md | ||
| setup.bat | ||
| start.bat | ||
| stop.bat | ||
RAG QHSE-RSE — Postforming Industries
Outil de recherche documentaire intelligent pour la documentation QHSE-RSE.
Démarrage rapide (Windows 11 Pro + Docker)
1. Configurer
# Copier et éditer le fichier .env
copy .env.example .env
notepad .env
Modifier :
ONEDRIVE_QHSE_PATH→ chemin de ton dossier OneDrive QHSE-RSEANTHROPIC_API_KEY→ ta clé API Claude
2. Télécharger le modèle BGE-M3
docker compose run --rm model-download
3. Builder et lancer
docker compose build
docker compose up -d qdrant
timeout 10
docker compose run --rm ingestion python ingest.py --full
docker compose up -d streamlit
4. Utiliser
Ouvrir : http://localhost:8501
Voir docs/GUIDE_INSTALLATION_RAG_QHSE-RSE.md pour le guide complet.