SamtDB

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.

Features

Flat-Rate Pricing

No usage-based costs; all-inclusive monthly fee; rate limits apply.

Seamless Access

No need to move data to a new system; simply connect to your existing cloud database.

Multimodal Analytics

Analyze text, tables, images, and sound, all from the same interface.

How it Works

1

Connect

Connect SamtDB to your existing PostgreSQL or MySQL database in the cloud.

2

Upload

Upload various data types like CSV files, images, text, and sound files.

3

Query

Query your data using SamtSQL: SQL extended with AI operators.

What We Support

Data Types
  • Tables: SQL tables with standard data types
  • Images: JPEG, PNG formats
  • Text: AI analysis on text documents
  • Sound: MP3, WAV formats
Systems

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.

Queries

SamtDB supports SQL with AI operators:

  • AIFILTER: filter multimodal data with natural language
  • AIJOIN: join data sets using natural language conditions

Use Cases

Survey Analysis

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');

Image Tagging

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');

Simple, Transparent Pricing

Basic

$9.99

per month

  • PostgreSQL & MySQL support
  • AI models included
  • Up to 60 seconds processing time
Choose Basic

Developer

$49.99

per month

  • PostgreSQL & MySQL support
  • AI models included
  • Up to 15 minutes processing time
Choose Developer