Fundamentals: Analytics
GesamtDB extends SQL with AI operators for multimodal analytics on relational data.
The SQL extensions include five AI operators:
AIFILTER: semantic boolean filtering inWHEREpredicatesAICLASSIFY: 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:
GesamtDB automatically detects stored data types (text, image, audio) and selects suitable LLM models for each operator call.