Pipelines Glossary

Browse 30 pipelines terms defined in plain English, from the cultural dictionary of computing.

30 Pipelines Terms

AI Chain
A sequence of AI-related steps in which the output of one model call or processing stage becomes input to the next. AI chains are used for workflows like...
AI Processing
The handling of inputs, transformations, inference steps, and post-processing performed by an AI-enabled system. AI processing can include tokenization,...
AI Toolchain
The set of tools used together to build, evaluate, deploy, and monitor AI systems. An AI toolchain may include notebooks, prompt managers, model APIs, vector...
Automation Pipeline
A chained sequence of automated steps that process code or data from one stage to the next, such as build, test, package, deploy, and verify. Automation...
Batch Inference
Running model predictions on many inputs together, usually to improve throughput and hardware efficiency compared with one-at-a-time processing.
Build Stage
A distinct phase in a build or deployment pipeline, such as linting, compiling, testing, packaging, or publishing. Build stages make complex pipelines easier...
Build Step
An individual action within a build process, such as installing dependencies, compiling code, running tests, or copying artifacts. Small, well-defined build...
Chain
A sequence of connected operations, handlers, or transformations in which the output or effect of one step feeds the next. Chains appear in middleware...
Code Pipeline
The automated path that code changes follow from commit through validation, packaging, and deployment, often including checks, approvals, and environment...
Command Chain
A sequence of commands connected so the result or side effects of one step feed into the next, whether through shell piping, task runners, or orchestrated...
Compilation Pipeline
The ordered sequence of stages that transform source code into executable or deployable output, such as parsing, type checking, optimization, transpilation,...
Content Pipeline
The sequence of steps that content goes through from creation or ingestion to transformation, storage, moderation, packaging, and final delivery. Content...
Custom Filter
A user-defined filtering rule or component that screens data, requests, logs, or content according to project-specific logic. Custom filters are common in...
Deal Flow
The stream of potential investment or transaction opportunities coming into a fund, acquirer, or business-development team. Strong deal flow is a major source...
Fluentd
An open-source data collector for unifying logs and routing them to storage, search, or analytics backends.
GStreamer
An open-source multimedia framework for building pipelines that handle audio, video, and related media processing. In media and Linux culture, GStreamer is...
Input Processing
The preparation and transformation applied to incoming data before it reaches the core model, such as cleaning, chunking, tokenization, normalization, or...
LLM Chain
A sequence of large language model calls or model-driven steps linked together to complete a larger task. LLM chains can combine summarization, retrieval,...
LLM Pipeline
A pipeline built around large language model interactions, often including retrieval, prompt assembly, inference, validation, and downstream actions. LLM...
Model Pipeline
A pipeline built around a model, including input preparation, inference, post-processing, logging, and any supporting retrieval or validation steps. Model...
Pipeline Standard
A standard defining how build, test, deployment, or data pipelines should be structured, named, or validated. In engineering culture, pipeline standards make...
Prompt Pipeline
A pipeline that assembles, transforms, validates, and sends prompts as part of a larger AI workflow. Prompt pipelines often include template filling, retrieval...
RAG Chain
A retrieval-augmented generation workflow built as a sequence of connected steps such as query rewriting, retrieval, reranking, and final generation. The...
RAG Pipeline
The full retrieval-augmented generation pipeline, including ingestion, chunking, indexing, retrieval, reranking, prompt assembly, generation, and validation....
Release Pipeline
The automated sequence of steps used to build, test, package, sign, and publish a software release. In DevOps culture, the release pipeline is where trust in...
Retrieval Pipeline
The pipeline that turns a query into retrieved evidence, often including rewriting, embedding, search, ranking, filtering, and context assembly. Retrieval...
Semaphore CI
A continuous-integration platform used for running automated build, test, and deployment workflows.
Tekton
A Kubernetes-native framework for defining and running CI/CD pipelines as custom resources.
Training Pipeline
The full pipeline that prepares data, configures jobs, runs training, evaluates checkpoints, and promotes successful artifacts. Training pipelines help make...
Woodpecker CI
An open-source continuous-integration system used to run build and test pipelines, often in self-hosted environments.

Related Topics