diff --git a/vizro-ai/changelog.d/20240325_170323_jo_stichbury_revise_vizro_ai_docs.md b/vizro-ai/changelog.d/20240325_170323_jo_stichbury_revise_vizro_ai_docs.md new file mode 100644 index 000000000..f1f65e73c --- /dev/null +++ b/vizro-ai/changelog.d/20240325_170323_jo_stichbury_revise_vizro_ai_docs.md @@ -0,0 +1,48 @@ + + + + + + + + + diff --git a/vizro-ai/docs/index.md b/vizro-ai/docs/index.md index 33fed5078..ff4a61fe0 100644 --- a/vizro-ai/docs/index.md +++ b/vizro-ai/docs/index.md @@ -1,47 +1,31 @@ # Vizro-AI -Vizro-AI is a tool designed for generating data visualizations. It serves as an extension to Vizro, leveraging natural language capabilities to empower users in creating charts effortlessly. +Vizro-AI extends [Vizro](https://vizro.readthedocs.io) to enable a user to use English or other languages to effortlessly create create interactive charts with [Plotly](https://plotly.com/python/). -## Why Vizro-AI? - -### Easy-to-use -One of the key strengths of Vizro-AI lies in its natural language capabilities, making it accessible to coding novices. Vizro-AI provides a user-friendly interface that allows to create interactive charts while offering detailed insights about the data and the generated code. - -### Visually-optimized -Vizro-AI also caters to data practitioners who often find themselves spending more time in formatting rather than actual visualization creation. Vizro-AI enables users to speed up the process of creating visually appealing charts by using Vizro's themes which incorporate design best practices by default. - -### Dashboard-ready -Vizro-AI leverages the power of [Plotly](https://plotly.com/python/) to produce interactive charts, making it easier to seamlessly integrate these generated charts directly into dashboard applications. - -!!! notice "Notice" - Please review this [disclaimer](pages/explanation/disclaimer.md) - before using the `vizro-ai` package. - - Since users must connect to Large Language Models (LLMs) in order to use Vizro-AI, - please also ensure that you review our guides on the [usage of LLMs](pages/explanation/safety-in-vizro-ai.md) - and the required [safeguarding for dynamic code evaluation](pages/explanation/safeguard.md). +If you're new to coding, Vizro-AI simplifies the process of creating charts that offer detailed insights about your data. Even if you're an experienced data practitioner, Vizro-AI optimizes how you create visually appealing charts. +Vizro-AI uses a large language model and Plotly to generate code for an interactive chart that you can add into a [Vizro dashboard application](https://vizro.readthedocs.io). By using Vizro's themes, you can incorporate design best practices by default.
- New to Vizro-AI? Take a look at our tutorials to get started and to explore our core features. + New to Vizro-AI? Tutorials to get started and to explore the key features.
- Our user guides provide step-by-step instructions on how to install `vizro-ai` package and leverage our core features. + How to guides about Vizro-AI and frequently asked questions.
- Our explanation section contains background information and disclaimer. + The explanation section contains background information and a disclaimer.
- Find our contribution guidelines and all our current and previous contributors here. + Contribution guidelines and all our current and past contributors.