Skip to content

Welcome to NEXTgpt

NEXTgpt Components

NEXTgpt consists of three modules as shown below.

flowchart TD
    A[NEXTgpt Backend] -->|execute use cases \n usage monitoring \n OpenAI compatible API|B[User Portal]
    A --> |create\test\evaluate use cases \n create\query Datasources| C[Developer Portal]

Use Case

NEXTgpt provides an accelerated platform to prototype different use cases with Large Language Models (LLMs). Use case is the task the end user wants to achieve. Some of the exising use cases built on NEXTgpt platform are listed below.

  • Summarization
  • Question Answering (based on a given dataset)
  • Document Scoring (based on a given scoring criteria)
  • Job Recommendations (based on given CV and Job Portal access)

Frameworks

NEXTgpt provides generic Frameworks for different types of use cases, which can be customised for specific requirements. For more details on Frameworks, please refer to Frameworks Documentation.

Datasources

NEXTgpt provides the functionality to create Datasources for some of the use cases above, with the support for different datatypes. For more details on Datasources, please refer to Datasources Documentation.