Skip to content

Commit 7effd7e

Browse files
sr-remshaSiarhei Remsha
andauthored
feat: docs update (#100)
* Update sidebars.js * test * edit sidebar file * docs review * docs review * test * docs review and update * docs update * review --------- Co-authored-by: Siarhei Remsha <siarhei_remsha@epam.com>
1 parent df88e78 commit 7effd7e

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"Plotly"
4+
]
5+
}

docs/img/plotly.png

208 KB
Loading

docs/img/plotly2.png

51.8 KB
Loading

docs/user-guide.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,3 +474,24 @@ On the top bar, in the user area, you can click a down arrow to access additiona
474474
You can select the chat theme, dark or light, add a custom logo, and switch on a full width chat mode.
475475

476476
![](./img/user_settings.png)
477+
478+
## Integrations
479+
480+
### Plotly
481+
482+
Plotly is an open-source JavaScript library that enables the creation of diverse data visualizations, including charts, 3D graphs, and more.
483+
484+
![](./img/plotly.png)
485+
486+
> Refer to [Plotly](https://plotly.com/) to learn more.
487+
488+
AI DIAL Chat integrates with Plotly, offering robust data visualization capabilities. To utilize Plotly, choose an AI DIAL application that supports this feature. These applications must be capable of querying data (either from a URL or directly from the Chat application) based on user input and returning it in a format compatible with Plotly. Chat automatically detects attachments in this format and uses Plotly to visualize the data.
489+
490+
![](./img/plotly2.png)
491+
492+
The visualizations come with standard Plotly controls for easy manipulation.
493+
494+
> Refer to [Plotly GitHub](https://github.com/plotly/react-plotly.js) to learn more.
495+
496+
497+

sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ const sidebars = {
6262
'Deployment/OpenAI Model Deployment',
6363
'Deployment/Vertex Model Deployment',
6464
'Deployment/Bedrock Model Deployment',
65-
{
66-
type:'doc',
67-
id: 'Deployment/idp-configuration/cognito',
68-
label: 'How to Configure AWS Cognito'
69-
},
7065
],
7166
},
7267
{
@@ -77,6 +72,11 @@ const sidebars = {
7772
"Cookbook/dial-cookbook/examples/how_to_call_text_to_image_applications",
7873
"Cookbook/dial-cookbook/examples/how_to_call_image_to_text_applications",
7974
],
75+
},
76+
{
77+
type: 'link',
78+
label: 'API Reference',
79+
href: 'https://epam-rail.com/dial_api'
8080
}
8181
],
8282
};

0 commit comments

Comments
 (0)