Output: AI-powered application Add multimodal intelligence to applications with two deployment patterns.
Same foundation, different intent: This workflow uses the same Pixeltable capabilities as Data Wrangling for ML — tables, multimodal types, computed columns, iterators. The difference is the output: training datasets vs. live application intelligence.
Data Lifecycle
- 1. Store
- 2. Build
- 3. Index
- 4. Query
- 5. Serve
Create Tables
Define schema with native multimodal types — Pixeltable handles storage and references
create_table(), pxt.Image, pxt.Video, pxt.Audio, pxt.Document, pxt.JsonIngest Data
Load from any source — local files, URLs, cloud storage, or databases
insert(), import_csv(), S3/GCS/AzureDeployment Patterns
- Orchestration Layer
- Full Backend
When: Keep existing RDBMS + blob storagePixeltable processes media, runs models, then exports results to your existing systems.
Orchestration Pattern Guide
Process → Export to your existing infrastructure