Getting Started

GLChat is a whitelabel, AI-powered chatbot based on GL SDK.

GLChat comprises of 3 components:

  1. GLChat Backend

    1. A Python application that provides a REST API to handle user prompts and actions.

  2. GLChat UI

    1. A web application where users access GLChat.

    2. Designed to be a white label app so technical users can adjust the look and feel.

    3. Has an Admin Dashboard where admins can adjust the configuration of GLChat.

  3. GLChat DPO

    1. DPO = Document Processing Orchestrator.

    2. A Python application that provides REST API for GLChat Backend (or other external services such as Knowledge Management Tools) to process documents.

Last updated