Skip to main content

ChatGPT Plugin

Introduction

We are thrilled to introduce our ChatGPT Plugin! So, why did we choose to develop this Plugin using the ChatGPT platform? The reason is simple: ChatGPT is a powerful language model that aligns perfectly with current trends, capable of converting natural language into SQL, making data exploration within our models incredibly efficient.

Our service revolves around the concept of "Data Model Exploration like Graphs," and to achieve this, we have developed AccioSQL to facilitate data retrieval. The ChatGPT platform plays a pivotal role in this process as it boasts a robust language model that comprehends and interprets natural language inputs.

With ChatGPT's capabilities, our Plugin enables users to interact with data models through natural language conversations. There's no need to learn complex query syntax or specific commands. ChatGPT seamlessly translates your requests into appropriate SQL queries, ensuring swift access to the data you need.

This intuitive and efficient approach brings our Plugin closer to the users' needs, making data model exploration an easy and enjoyable experience. Leveraging ChatGPT's potent language understanding abilities opens up endless possibilities for our Plugin, adding a touch of simplicity and fun to data exploration.

In the following tutorial, we will delve into the mechanics of the ChatGPT platform and its integral role in our Plugin. Let's embark on this exciting journey of data model exploration together!

Installation Guide:

  1. Ensure CLI Installation: Before proceeding, please make sure you have the Command Line Interface (CLI) installed.

  2. Serve Accio Engine: Next, ensure that you have successfully served the Accio engine by following the instructions provided in the CLI page.

  3. Launch ChatGPT Plugin: Use the compiled mdl file (.json) as the input parameter to start the ChatGPT plugin:

    accio chatgpt:plugin --input result.json
  4. Open ChatGPT WebUI: Ensure you have ChatGPT WebUI open and have the plugin functionality activated.

gpt1

gpt2

  1. Access the Plugin Store: Move the cursor to the GPT 4.0 option and select "Plugins" from the dropdown menu that appears.

gpt3

  1. Enter Plugin Store: Choose "Plugin store" from the options.
  2. Develop Your Own Plugin: In the bottom right corner, click "Develop your own plugin," and enter the domain where the ChatGPT plugin webserver is hosted. Click "find manifest file."
  3. Follow WebUI Instructions: Follow the instructions provided by ChatGPT WebUI to complete the setup.
  4. Enjoy: Once the setup is complete, you can now enjoy using the ChatGPT Plugin to explore data models effortlessly.

Note 1: Before using the ChatGPT Plugin, ensure that the plugin functionality is activated in ChatGPT WebUI. This will allow you to access and use the Plugin store, where you can develop and integrate your custom plugins.

Scenario Example

gpt4 gpt5