From b0748b918e377228fa73a3c9086e99ea8ee02d7a Mon Sep 17 00:00:00 2001 From: sr-remsha <46220620+sr-remsha@users.noreply.github.com> Date: Mon, 27 May 2024 14:12:52 +0200 Subject: [PATCH] feat: add data visualization section (#112) * Update user-guide.md * add Okta to supported auth providers --- docs/architecture.md | 2 +- docs/user-guide.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index f4432456..72b1c9a6 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -61,7 +61,7 @@ AI DIAL Core is headless and is the **only mandatory component**. It includes al #### Authentication and Authorization -AI DIAL provides native support for [OpenID Connect](https://openid.net/developers/how-connect-works/) and [OAuth2](https://oauth.net/2/) and offers integration with various Identity Providers (IDP) such as Azure AD, Auth0, and Cognito where you can define user roles and attributes to support your custom permissions model. Additionally, you can leverage Keycloak to work with even wider range of IDPs. +AI DIAL provides native support for [OpenID Connect](https://openid.net/developers/how-connect-works/) and [OAuth2](https://oauth.net/2/) and offers integration with various Identity Providers (IDP) such as Azure AD, Auth0, Okta and Cognito where you can define user roles and attributes to support your custom permissions model. Additionally, you can leverage Keycloak to work with even wider range of IDPs. There are two methods of CORE API calls authorization supported: JWT token and key. Both options provide granular permission management, allowing you to control access to specific functionalities or resources. Additionally, these authorization methods also enable rate and cost control, giving you the ability to manage the frequently of API calls. diff --git a/docs/user-guide.md b/docs/user-guide.md index e5fc8ee5..2aa245b4 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -475,7 +475,9 @@ You can select the chat theme, dark or light, add a custom logo, and switch on a ![](./img/user_settings.png) -## Integrations +## Data Visualization + +AI DIAL Chat enables data visualization for specific data types using data visualizers. It comes with built-in support for the [Plotly data visualizer](#plotly). To link any other custom visualizers, you can use the [DIAL Chat Visualizer Connector](https://github.com/epam/ai-dial-chat/blob/development/libs/chat-visualizer-connector/README.md) library. ### Plotly