Skip to content

Operation Guide

Superinsight is a machine learning database. It works like a traditional relational database but it comes with additional capabilities such as semantic search, prediction, training and federated query.

Operation Overview
Create Table Create database table
Delete Rows Delete rows into your table
Drop Model Drop database table or ML model
Drop Table Drop database table or ML model
Insert Rows Insert command to insert rows in your table
Predict Perform ML prediction using select statement
Search Perform semantic search in your table
Train Train ML model using data in database
Update Rows Update rows into your table