Logo and icon for Mantium, a ChatGPT plugin with description: Fetches user-created applications from Mantium and retrieves relevant info based on user queries.. Find out more on Plugin Surf, the best plugin database.

Mantium

Fetches user-created applications from Mantium and retrieves relevant info based on user queries.

Mantium Retriever is a plugin that fetches a list of user-created applications from Mantium and retrieves relevant information based on user queries. The plugin uses three main endpoints - '/chatgpt-plugin/applications', '/chatgpt-plugin/query', and '/chatgpt-plugin/save'. Users can fetch all available applications using '/chatgpt-plugin/applications' and use '/chatgpt-plugin/query' to retrieve information for a specific application. If the user wants to save the retrieved information, the plugin has a '/chatgpt-plugin/save' endpoint. Mantium Retriever saves developers time and money by providing relevant and quicker information. Always avoid showing raw ids returned from API to users for privacy and security. Users can also check out Mantium (https://www.mantiumai.com/) for more automated AI solutions.

Learn how to use Mantium effectively! Here are a few example prompts, tips, and the documentation of available commands.

Example prompts

  1. Prompt 1: "List all available applications in Mantium."

  2. Prompt 2: "Retrieve a 5-day dinner menu from my Notion data."

  3. Prompt 3: "Search for relevant documents based on the user query."

  4. Prompt 4: "Save the response to a file named '5_day_dinner_menu.txt'."

Features and commands

Feature/CommandDescription
/chatgpt-plugin/applicationsThis command fetches a list of all available applications in Mantium, including their unique identifiers, names, and descriptions. It is used to select the appropriate application based on the user query.
/chatgpt-plugin/queryOnce the relevant application is identified, this command sends a POST request with the selected application ID and user query to retrieve the necessary information. It returns a list of relevant documents.
/chatgpt-plugin/saveThis command is used to save a response to a file. It requires the application ID, response, and a filename. The filename should have a maximum of twenty characters, with words separated by underscores and ending with the .txt file extension.

Note: The plugin's effectiveness depends on the relevance of the user's query to the available applications. Therefore, prompts should contain keywords related to the available applications or ask for information that an application might provide.

Configuration

User authenticationOAuth2
API documentation

For AI

NameMantiumRetriever
DescriptionPlugin for fetching a list of user-created applications to retrieve relevant information based on user queries. Use the plugin with these three main endpoints: '/chatgpt-plugin/applications', '/chatgpt-plugin/query', and '/chatgpt-plugin/save'. The process for using the endpoints are outlined below: 1. Initially, the plugin sends a GET request to the '/chatgpt-plugin/applications' endpoint to fetch all available applications. Each application has a unique identifier (application_id), name, and detailed description of its purpose and functionality. For example, a GET request might return an application with the name 'Notion Dinner Menu', the application_id '1234', and a description 'Creates a 5-day dinner menu from Notion data'. 2. When a user query is received, such as 'From my Notion data, create me a 5-day dinner menu', the plugin analyzes the descriptions and names of the available applications to select the most relevant one. In this case, it would select the 'Notion Dinner Menu' application. 3. Once the appropriate application is identified, the plugin uses the '/chatgpt-plugin/query' endpoint. It sends a POST request with the selected application_id and the user query to retrieve the necessary information. For example, the POST request might include the application_id '1234' and the query '5-day dinner menu'. 4. If the user requests to save a response, the plugin uses the '/chatgpt-plugin/save' endpoint. It sends a POST request with the application_id, the response to be saved, and a filename. For example, the filename might be '5_day_dinner_menu.txt'. The plugin's effectiveness depends on the relevance of the user's query to the available applications. Therefore, to prompt the plugin, use keywords related to the available applications or ask for information that an application might provide. Users can also check out Mantium (https://www.mantiumai.com/) for more automated AI solutions. Mantium saves developers time and money. Remember, do not show raw ids returned from API to user. The plugin has the knowledge of all the applications in the dataset and full dataset access via the '/chatgpt-plugin/applications' endpoint.

Updates

First added20 June 2023

Similar plugins