slapshin commited on
Commit
787684d
·
verified ·
1 Parent(s): 287d9a4

Update docs/tutorial-basics/what-is-pipeline.mdx

Browse files
docs/tutorial-basics/what-is-pipeline.mdx CHANGED
@@ -13,27 +13,27 @@ Help me i beg you
13
  * Why pipelines are useful: automation, consistency, reproducibility
14
  * Who uses pipelines (e.g., data scientists, creatives, developers)
15
 
16
- ## **2 Inputs**
17
 
18
  * What are inputs in a pipeline?
19
  * Types of inputs: text, images, audio, video, JSON, numbers
20
  * Example: Uploading a selfie or entering a prompt
21
  * Input validation and customization
22
 
23
- ## **3 Outputs**
24
 
25
  * What are outputs?
26
  * How outputs are generated by the pipeline
27
  * Output formats (e.g., video, audio, image, structured data)
28
  * Post-processing and download options
29
 
30
- ## **4 Environment**
31
 
32
  * Key-value pairs of variables used to control behavior within the pipeline.
33
  * Store secrets (API keys, tokens)
34
  * Configure services (e.g., model endpoints, region settings)
35
 
36
- ## **5 Steps & Nodes**
37
 
38
  * Each step = a node
39
  * Common step types: AI model call, fetch data via HTTP, etc.
 
13
  * Why pipelines are useful: automation, consistency, reproducibility
14
  * Who uses pipelines (e.g., data scientists, creatives, developers)
15
 
16
+ ## **2. Inputs**
17
 
18
  * What are inputs in a pipeline?
19
  * Types of inputs: text, images, audio, video, JSON, numbers
20
  * Example: Uploading a selfie or entering a prompt
21
  * Input validation and customization
22
 
23
+ ## **3. Outputs**
24
 
25
  * What are outputs?
26
  * How outputs are generated by the pipeline
27
  * Output formats (e.g., video, audio, image, structured data)
28
  * Post-processing and download options
29
 
30
+ ## **4. Environment**
31
 
32
  * Key-value pairs of variables used to control behavior within the pipeline.
33
  * Store secrets (API keys, tokens)
34
  * Configure services (e.g., model endpoints, region settings)
35
 
36
+ ## **5. Steps & Nodes**
37
 
38
  * Each step = a node
39
  * Common step types: AI model call, fetch data via HTTP, etc.