Getting Started
GLChat is a whitelabel, AI-powered chatbot based on GL SDK.
GLChat comprises of 3 components:
GLChat Backend
A Python application that provides a REST API to handle user prompts and actions.
GLChat UI
A web application where users access GLChat.
Designed to be a white label app so technical users can adjust the look and feel.
Has an Admin Dashboard where admins can adjust the configuration of GLChat.
GLChat DPO
DPO = Document Processing Orchestrator.
A Python application that provides REST API for GLChat Backend (or other external services such as Knowledge Management Tools) to process documents.
Last updated