ai-functions-pipeline-builder
Build Snowflake-native document and file pipelines with Cortex AI functions. Turn a plain-language request into an incremental pipeline (stream → task → INCREMENTAL dynamic tables) from a use-case template or a custom composition of building blocks — ingest files from a stage and keep the outputs fresh as new files land. Composes one-off AI steps as part of building a pipeline. Routes to AI_EXTRACT (structured fields), AI_PARSE_DOCUMENT (full text/OCR), AI_COMPLETE (visual/chart/diagram analysis), AI_CLASSIFY (categorize/triage). Use when: building a document/file processing pipeline, an incremental ingestion pipeline over a stage, or an enterprise-search / corpus-intelligence / structured-extraction / customer-360 pipeline. Triggers: document pipeline, build a pipeline, incremental pipeline, ingestion pipeline, keep outputs fresh, process new files as they land, stream and task, dynamic tables, enterprise search, corpus intelligence, structured extraction, customer 360, invoice-processing pipeline, contract analysis at scale. For a one-off task over files you already have — a single file or a one-time batch with no ongoing pipeline: extract, parse/OCR, classify, or visually analyze — use the document-intelligence skill. For standalone AI functions over already-tabular text or image rows with no file, stage, or document, defer to cortex-ai-function-studio.
Pinned to revision 05cff3d0ec12, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/ai-functions-pipeline-builder/SKILL.md
- skills/ai-functions-pipeline-builder/README.md
- skills/ai-functions-pipeline-builder/blocks/README.md
- skills/ai-functions-pipeline-builder/blocks/analyze/metrics-trend.md
- skills/ai-functions-pipeline-builder/blocks/analyze/summarize-embed.md
- skills/ai-functions-pipeline-builder/blocks/analyze/synthesize.md
- skills/ai-functions-pipeline-builder/blocks/analyze/themes-clusters.md
- skills/ai-functions-pipeline-builder/blocks/conventions.md
- skills/ai-functions-pipeline-builder/blocks/extract/classify.md
- skills/ai-functions-pipeline-builder/blocks/extract/fields.md
- skills/ai-functions-pipeline-builder/blocks/extract/vision-figures.md
- skills/ai-functions-pipeline-builder/blocks/extract/vision-structured.md
- skills/ai-functions-pipeline-builder/blocks/ingest/ingestion.md
- skills/ai-functions-pipeline-builder/blocks/ingest/parse-pages.md
- skills/ai-functions-pipeline-builder/blocks/ingest/parse-text.md
- skills/ai-functions-pipeline-builder/blocks/records/entity.md
- skills/ai-functions-pipeline-builder/blocks/records/reason.md
- skills/ai-functions-pipeline-builder/blocks/records/triage.md
- skills/ai-functions-pipeline-builder/blocks/records/validate.md
- skills/ai-functions-pipeline-builder/blocks/search/chunk-index.md
- skills/ai-functions-pipeline-builder/blocks/search/rag-answer.md
- skills/ai-functions-pipeline-builder/blocks/serve/final-shape.md
- skills/ai-functions-pipeline-builder/blocks/serve/presentation.md
- skills/ai-functions-pipeline-builder/demos/SKILL.md
- skills/ai-functions-pipeline-builder/demos/conventions.md
- skills/ai-functions-pipeline-builder/demos/corpus-intelligence/00_setup.sql
- skills/ai-functions-pipeline-builder/demos/corpus-intelligence/10_pipeline.sql
- skills/ai-functions-pipeline-builder/demos/corpus-intelligence/20_analytics.sql
- skills/ai-functions-pipeline-builder/demos/corpus-intelligence/SKILL.md
- skills/ai-functions-pipeline-builder/demos/corpus-intelligence/notebook.ipynb
- skills/ai-functions-pipeline-builder/demos/customer360/00_setup.sql
- skills/ai-functions-pipeline-builder/demos/customer360/10_pipeline.sql
- skills/ai-functions-pipeline-builder/demos/customer360/20_insights.sql
- skills/ai-functions-pipeline-builder/demos/customer360/SKILL.md
- skills/ai-functions-pipeline-builder/demos/customer360/notebook.ipynb
- skills/ai-functions-pipeline-builder/demos/enterprise-search/00_setup.sql
- skills/ai-functions-pipeline-builder/demos/enterprise-search/10_pipeline.sql
- skills/ai-functions-pipeline-builder/demos/enterprise-search/20_rag.sql
- skills/ai-functions-pipeline-builder/demos/enterprise-search/SKILL.md
- skills/ai-functions-pipeline-builder/demos/enterprise-search/notebook.ipynb
- skills/ai-functions-pipeline-builder/demos/scripts/data_sources/_snowflake_ids.py
- skills/ai-functions-pipeline-builder/demos/scripts/data_sources/source_corpus_intelligence.py
- skills/ai-functions-pipeline-builder/demos/scripts/data_sources/source_customer360.py
- skills/ai-functions-pipeline-builder/demos/scripts/data_sources/source_enterprise_search.py
- skills/ai-functions-pipeline-builder/demos/scripts/data_sources/source_structured_extraction.py
- skills/ai-functions-pipeline-builder/demos/scripts/pyproject.toml
- skills/ai-functions-pipeline-builder/demos/scripts/uv.lock
- skills/ai-functions-pipeline-builder/demos/structured-extraction/00_setup.sql
- skills/ai-functions-pipeline-builder/demos/structured-extraction/10_pipeline.sql
- skills/ai-functions-pipeline-builder/demos/structured-extraction/20_triage.sql
- skills/ai-functions-pipeline-builder/demos/structured-extraction/SKILL.md
- skills/ai-functions-pipeline-builder/demos/structured-extraction/notebook.ipynb
- skills/ai-functions-pipeline-builder/references/document_classification.md
- skills/ai-functions-pipeline-builder/references/extraction.md
- skills/ai-functions-pipeline-builder/references/functions/ai-classify.md
- skills/ai-functions-pipeline-builder/references/functions/ai-complete.md
- skills/ai-functions-pipeline-builder/references/functions/ai-extract.md
- skills/ai-functions-pipeline-builder/references/functions/ai-parse-doc.md
- skills/ai-functions-pipeline-builder/references/multi-step-pipeline.md
- skills/ai-functions-pipeline-builder/references/parsing.md
- skills/ai-functions-pipeline-builder/references/pipeline.md
- skills/ai-functions-pipeline-builder/references/rasterize-pdfs.md
- skills/ai-functions-pipeline-builder/references/visual-analysis.md
- skills/ai-functions-pipeline-builder/templates/conventions.md
- skills/ai-functions-pipeline-builder/templates/corpus-intelligence/SKILL.md
- skills/ai-functions-pipeline-builder/templates/corpus-intelligence/examples/basic.md
- skills/ai-functions-pipeline-builder/templates/corpus-intelligence/examples/figures.md
- skills/ai-functions-pipeline-builder/templates/customer360/SKILL.md
- skills/ai-functions-pipeline-builder/templates/customer360/examples/basic.md
- skills/ai-functions-pipeline-builder/templates/enterprise-search/SKILL.md
- skills/ai-functions-pipeline-builder/templates/enterprise-search/examples/basic.md
- skills/ai-functions-pipeline-builder/templates/enterprise-search/examples/charts.md
- skills/ai-functions-pipeline-builder/templates/invoice-processing/SKILL.md
- skills/ai-functions-pipeline-builder/templates/invoice-processing/examples/basic.md
- skills/ai-functions-pipeline-builder/templates/invoice-processing/examples/triage.md
- skills/ai-functions-pipeline-builder/templates/structured-extraction/SKILL.md
- skills/ai-functions-pipeline-builder/templates/structured-extraction/examples/ap-spend.md
- skills/ai-functions-pipeline-builder/templates/structured-extraction/examples/claims-intake.md
Every link opens the file at its source, pinned to the revision this page describes.