Pipeline Models
Models for Haystack pipeline definitions.
Pipeline
Stores user-defined Haystack pipeline configurations.
name- Unique pipeline identifierdefinition- JSONB field with Haystack-native pipeline YAMLversion- Auto-incremented for cache invalidationis_active- Soft-delete flag
Note: Pipeline execution tracking is now handled via the Task model.