Skip to main content
Who: AI/App Developers 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

Create Tables

Define schema with native multimodal types — Pixeltable handles storage and referencescreate_table(), pxt.Image, pxt.Video, pxt.Audio, pxt.Document, pxt.Json

Tables Guide

Create tables and manage data

Type System

Image, Video, Audio, Document, JSON & more
2

Ingest Data

Load from any source — local files, URLs, cloud storage, or databasesinsert(), import_csv(), S3/GCS/Azure

Import from S3

Load from cloud storage

Cloud Storage Setup

S3, GCS, Azure, R2 configuration

Deployment Patterns

When: Keep existing RDBMS + blob storagePixeltable processes media, runs models, then exports results to your existing systems.

Batch Processing Guide

Process with computed columns, export with export_sql

End-to-End Examples

Pixelbot AI Agent

Multimodal AI agent with memory, file search, and image generation

Similarity Search App

Next.js + FastAPI app for text & image search

RAG Pipeline

Retrieval-augmented generation workflow
More sample apps: Check out the sample-apps directory for chat applications, multimodal search, and more.
Last modified on June 24, 2026