AI DIAL Documentation
Project Overview and Contribution Guide
Architecture
Quick Start
Refer to AI DIAL Chat Repository to learn how to launch AI DIAL Chat with default configurations.
Helm Deployment
Configuration
- Refer to Configuration
Development Guides
- A basic guide for development of applications for AI DIAL
- DIAL-to-DIAL Adapter - application which adapts calls from one DIAL Core to calls to another DIAL Core.
Tutorials
- Launch AI DIAL Chat with an Azure model
- Launch AI DIAL Chat with a self-hosted model
- Launch AI DIAL Chat with a sample application
- Launch AI DIAL Chat with a sample addon
AI DIAL Chat Application User Manual
Other AI 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 AI 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 AI 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.
- Model adapters:
- DIAL Azure OpenAI Adapter - plugable Azure ChatGPT adapter
- DIAL GCP VertexAI Adapter - plugable Google LLMs adapter
- DIAL AWS Bedrock Adapter - plugable Amazon LLMs adapter (Anthropic Claude 1/2 is included)
- More LLM adapters will be released (you may contribute)