diff --git a/learn2rag/ui/templates/compose/pipelines/continuous.yml b/learn2rag/ui/templates/compose/pipelines/continuous.yml
index 81981a1..2b79b80 100644
--- a/learn2rag/ui/templates/compose/pipelines/continuous.yml
+++ b/learn2rag/ui/templates/compose/pipelines/continuous.yml
@@ -1,5 +1,6 @@
name: continuous
label: Start
+description: "Start the pipeline with continuous data import"
ports:
# TODO: labels in the interface currently assume a specific port order
- ui
diff --git a/learn2rag/ui/templates/compose/pipelines/import.yml b/learn2rag/ui/templates/compose/pipelines/import.yml
index 6393279..ad8e94b 100644
--- a/learn2rag/ui/templates/compose/pipelines/import.yml
+++ b/learn2rag/ui/templates/compose/pipelines/import.yml
@@ -1,5 +1,6 @@
name: import
label: Start one-time import
+description: "Start the pipeline with one time data import"
ports:
# TODO: UI port is not used; labels in the interface currently assume a specific port order
- ui
diff --git a/learn2rag/ui/templates/compose/pipelines/pipeline.yml b/learn2rag/ui/templates/compose/pipelines/pipeline.yml
index b113317..f434866 100644
--- a/learn2rag/ui/templates/compose/pipelines/pipeline.yml
+++ b/learn2rag/ui/templates/compose/pipelines/pipeline.yml
@@ -1,5 +1,6 @@
name: pipeline
label: Start only the chat
+description: "Start the chat only with no import "
ports:
# TODO: labels in the interface currently assume a specific port order
- ui
diff --git a/learn2rag/ui/templates/firststeps_pipelines.html b/learn2rag/ui/templates/firststeps_pipelines.html
index 5d0632e..e4dbe48 100644
--- a/learn2rag/ui/templates/firststeps_pipelines.html
+++ b/learn2rag/ui/templates/firststeps_pipelines.html
@@ -14,11 +14,11 @@