Building your Custom Application

This tutorial will walk you through the steps of building your own custom application in Mantium

Introduction

An application in Mantium can thought of as a user-created tool from a dataset or transformed dataset to perform tasks or functions. Examples of tasks are; Information retrieval, conversational (Chatbots in ChatGPT) etc.

The easiest way to build an application in Mantium is to use a template. If you are familiar already, you can follow this tutorial to build your own custom application that follows your own use case.

Prerequisites

Instructions

  1. In your Mantium account, navigate to Apps, click on New Apps.
  2. Select Custom Templates, if you need help getting started you can use other preset templates.
  3. Select the dataset for your application
  4. Input the Column Name(containing the text) in the Standard option.
  5. Optionally, if you have your embedding column already, use the Advanced option.
  6. Ensure to add necessary App Info on the right-hand side.
  7. In the Advanced Mode; add a name and description to use your application in ChatGPT.
  8. Select your OpenAI credentials.
  9. At the top right corner, click on the Save button to save your configuration.
  10. Click on the Deploy button to deploy your application.

Congratulations! you have successfully created your own application with your dataset.

Next steps - Interact with your apps

Now that your application is ready, it's time to use it! The following are ways to use your Mantium Apps;

  1. Use Mantium's ChatGPT Plugin to Interact with your App.(Recommended)
  2. Setup your own OpenAI ChatGPT Plugin
  3. Use the Test section in the apps to query your application.