feat(vwb): preview lea competence workflows
This commit is contained in:
@@ -180,8 +180,9 @@ except ImportError as e:
|
||||
# Catalogue VWB - actions VisionOnly
|
||||
# V2 avec VLM (Vision Language Model) pour détection intelligente
|
||||
try:
|
||||
from catalog_routes_v2_vlm import catalog_bp, VLM_MODEL
|
||||
from catalog_routes_v2_vlm import catalog_bp, competence_preview_bp, VLM_MODEL
|
||||
app.register_blueprint(catalog_bp)
|
||||
app.register_blueprint(competence_preview_bp)
|
||||
print(f"✅ Blueprint catalog V2 VLM (Ollama {VLM_MODEL}) enregistré")
|
||||
except ImportError as e:
|
||||
print(f"⚠️ Blueprint catalog V2 VLM désactivé: {e}")
|
||||
|
||||
Reference in New Issue
Block a user