Reference¶
Reference page provides a formal overview of each topic. More information on using the ThanoSQL can be found in the Tutorial. Check the cross-references listed on each reference page.
ThanoSQL Statement¶
- BUILD MODEL — Build an AI Model
- FIT MODEL — Rebuild the AI model to Accommodate New Datasets
- UPLOAD MODEL — Upload a User-defined Model to the ThanoSQL Workspace Database
- DELETE MODEL — Delete Model
- PREDICT — Predict With a Model
- EVALUATE — Evaluate the Model
- CONVERT — Convert Unstructured Data(image, audio, video, etc.) to Embedding Vectors and Save it as a Table
- SEARCH — Search Unstructured Data(image, audio, video, etc.)
- PRINT — Print Unstructured Data(image, audio, video, etc.)
- GET — Get Model, Data Tables Stored in the ThanoSQL Workspace Database
- LIST — List Model and Data Tables Stored in the ThanoSQL Workspace Database
- COPY - Copy Data Files in the Workspace and Create Data Tables Within the ThanoSQL Workspace Database
- FUNCTION - Process Data With ThanoSQL's Functions
- GENERATE - Perform Tasks(FAQ generation, keyword extraction, service evaluation, sentiment analysis, text summarization, etc.) Using Generative Model
Model Statement¶
- AutomlClassifier — Classification Model
- AutomlRegressor — Regression Model
- ConvNeXt & EfficientNet — Image Search Model With Keyword
- Albert & Electra — Text Classification Model
- Wav2Vec2 — Speech Recognition Model
- SimCLR — Image Search Model With Image
- CLIP — Image Search Model With Text
- SBERT — Text Search Model With Text
- Whisper — Speech Recognition Model 2
- XCLIP — Video Search Model With Text
- ViLT — Visual Question Answering Model
- TFT — Time Series Forecasting Model
Function Statement¶
- Compute — Compute Data
- Preprocess — Preprocess Data
REST API¶
Last update:
2023-08-31