Scalable Analytics on Multimodal Tables
Analyze text, tables, images, and sound all from the same interface. Connect to your existing cloud database and query with AI-powered SQL.
No usage-based costs; all-inclusive monthly fee; rate limits apply.
No need to move data to a new system; simply connect to your existing cloud database.
Analyze text, tables, images, and sound, all from the same interface.
Connect SamtDB to your existing PostgreSQL or MySQL database in the cloud.
Upload various data types like CSV files, images, text, and sound files.
Query your data using SamtSQL: SQL extended with AI operators.
SamtDB supports PostgreSQL and MySQL, two of the most popular database management systems. Connect to instances offered by various cloud providers such as Heroku, Supabase, and Tiger Data.
SamtDB supports SQL with AI operators:
Imagine having collected results for a customer survey in a table called SurveyResults, with free text comments in the Comments column. To count customers complaining about the price of the product, run this query in SamtDB:
SELECT COUNT(*) FROM SurveyResults
WHERE AIFILTER(Comments, 'the customer complains about the price');
Imagine having profile pictures and names of friends in a table called Friends with columns Name and Picture. To match holiday pictures, stored in column Picture of table Holiday, to the names of friends who appear in the picture, run this query in SamtDB:
SELECT H.Picture, F.Name FROM Holiday H, Friends F
WHERE AIJOIN(H.Picture, F.Picture, 'the same person appears in both pictures');
per month
per month
per month