84 lines
4.2 KiB
Plaintext
84 lines
4.2 KiB
Plaintext
╔══════════════════════════════════════════════════════════════════════════╗
|
|
║ ✅ TOUT EST PRÊT ! ✅ ║
|
|
╚══════════════════════════════════════════════════════════════════════════╝
|
|
|
|
📊 INDEX FAISS CRÉÉ
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
✅ embeddings.index : 595 KB
|
|
✅ metadata.pkl : 22 KB
|
|
|
|
📈 Statistiques :
|
|
• 105 tâches traitées
|
|
• 297 embeddings (actions)
|
|
• Dimension : 512 (CLIP)
|
|
• Recherche : Fonctionnelle
|
|
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
🎮 UTILISATION
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
Lancer l'application :
|
|
$ cd geniusia2 && ./run.sh
|
|
|
|
Tester le rejeu :
|
|
$ geniusia2/venv/bin/python test_task_replay.py
|
|
|
|
Workflow complet :
|
|
$ geniusia2/venv/bin/python example_complete_workflow.py
|
|
|
|
Diagnostic :
|
|
$ geniusia2/venv/bin/python diagnostic_data.py
|
|
|
|
Lire les tâches :
|
|
$ geniusia2/venv/bin/python read_pkl.py --list
|
|
|
|
Reconstruire l'index :
|
|
$ ./rebuild_index.sh
|
|
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
⚠️ IMPORTANT
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
Toujours utiliser le Python du venv :
|
|
|
|
✅ geniusia2/venv/bin/python <script.py>
|
|
|
|
Ou activer le venv :
|
|
|
|
$ source geniusia2/venv/bin/activate
|
|
$ python <script.py>
|
|
$ deactivate
|
|
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
✅ CHECKLIST
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
[✓] Python 3.8+ installé
|
|
[✓] Ollama installé
|
|
[✓] Environnement virtuel créé
|
|
[✓] FAISS installé (dans venv)
|
|
[✓] Index FAISS créé (297 embeddings)
|
|
[✓] 105 tâches disponibles
|
|
[✓] Logs lisibles (JSON)
|
|
[ ] Rejeu testé
|
|
[ ] Application lancée
|
|
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
🎯 PROCHAINE ÉTAPE
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
Tester le rejeu :
|
|
|
|
$ geniusia2/venv/bin/python test_task_replay.py
|
|
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
🎉 TOUT EST PRÊT ! 🚀
|
|
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|