Skip to main content

DIAL Documentation

Project Overview and Contribution Guide

Architecture

Quick Start

Refer to DIAL Chat Repository to learn how to launch DIAL Chat with default configurations.

Run DIAL Locally

Helm Deployment

Configuration

  • Refer to Configuration to see configuration guidelines for DIAL components.

DIAL Chat Application User Manual

Other DIAL Project Open Source Repositories

Here is the current list of repositories where you can find more details.

You can also refer to the open source repository map on the DIAL website.

  • DIAL Helm - helm chart, find stable assemblies here.
  • DIAL Core - the main component that exposes API
  • DIAL SDK - development kit for applications and model adapters
  • DIAL Interceptors Python SDK - framework for creating DIAL Interceptors in Python for chat completion and embedding models.
  • DIAL Chat - default UI
  • DIAL Overlay - a library for using DIAL Chat in an overlay format
  • DIAL Chat Themes - static content and UI customizations for default UI
  • Visualizer Connector - a library for connecting custom visualizers
  • DIAL CI - GitHub CI commons
  • DIAL Assistant - model agnostic assistant/addon implementation for DIAL. It allows to use self-hosted OpenAI plugins as DIAL addons.
  • DIAL Analytics Realtime - simple real-time usage analytics. That transforms logs into InfluxDB metrics
  • DIAL Auth Helper - AuthProxy is a proxy service that implements OpenID-compatible Web API endpoints to avoid direct interaction with the AuthProviders' APIs, such as the KeyCloak API. _ App Controller - a Java-based web service application that orchestrates the building and deployment of Python applications in Kubernetes.
  • App Builder - a Python-based application designed to download source code from DIAL file storage and prepare files to build a container image.
  • DIAL RAG - the DAL RAG project repository.
  • DIAL RAG Eval - library designed for RAG (Retrieval-Augmented Generation) evaluation, where retrieval and generation metrics are calculated.
  • Log Parser - tool to parse DIAL log files and repack it to parquet dataset.
  • Python Code Interpreter - uses Jupyter Kernel to execute arbitrary python code.
  • DIAL-to-DIAL Adapter - adapter for a local development against a remote DIAL Core.
  • Model adapters: