Fundamentals: Analytics
samtSQL extends SQL with AI operators for multimodal analytics on relational data.
The SQL extensions include five AI operators:
AIFILTER: semantic boolean filtering with user-defined conditionAICLASSIFY: assignment of one label from a user-defined label setAISCORE: semantic scoring in a user-defined numeric rangeAIMAP: semantic extraction, transformation, or summarizationAIJOIN: semantic matching between values from two tables
Operator details:
samtSQL automatically detects stored data types (text, image, audio) and selects suitable LLM models for each operator call.