Skip to content

Commit 4e69abc

Browse files
DOCSP-35789 natural language charts pt 2 updates (#642)
* nlc pt 2 updates
1 parent 455007c commit 4e69abc

File tree

2 files changed

+52
-16
lines changed

2 files changed

+52
-16
lines changed

source/experimental-features.txt

Lines changed: 52 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,25 @@ It supports the following chart types built with :ref:`series
3030

3131
- Grouped Bar
3232
- Stacked Bar
33-
- 100% Stacked Bar
33+
- Stacked 100% Bar
3434
- Grouped Column
3535
- Stacked Column
36-
- 100% Stacked Column
37-
- Area Discrete
38-
- 100% Stacked Area
39-
- Line Discrete
40-
- Donut
36+
- Stacked 100% Column
37+
- Discrete Line
38+
- Discrete Area
39+
- Stacked 100% Area
40+
- Number
4141
- Table
42+
- Donut
4243

43-
This chart type supports boolean and number :ref:`filtering
44-
<interactive-filtering>`, :ref:`sorting <charts-sort-data>`, :ref:`binning
45-
<charts-bin-data>`, and :ref:`limiting <charts-limit-data>`.
44+
The chart types above support boolean, date, string, and number
45+
:ref:`filtering <interactive-filtering>`, :ref:`sorting
46+
<charts-sort-data>`, :ref:`binning <charts-bin-data>`, and
47+
:ref:`limiting <charts-limit-data>`.
4648

4749
After you enter a prompt about a chart you would like to see, the AI
4850
model creates the chart.
4951

50-
To use this feature, you can sign up at :website:`the Atlas Charts
51-
product page </products/charts>`.
52-
53-
To learn more, see :website:`New Intelligent Developer Experiences
54-
Compass Atlas Charts Relational Migrator
55-
</blog/post/new-intelligent-developer-experiences-compass-atlas-charts-relational-migrator>`.
56-
5752
Procedure
5853
~~~~~~~~~
5954

@@ -95,11 +90,29 @@ Procedure
9590
If you click :guilabel:`Back to Classic Mode`, |charts|
9691
switches you back to :guilabel:`Classic` mode.
9792

93+
.. note::
94+
95+
You can seamlessly switch between :guilabel:`Classic`
96+
and :guilabel:`Natural Language` mode. |charts| retains
97+
the prompts and suggestions when you change modes as long
98+
as you keep the encoding and filter tabs the same in the
99+
chart builder.
100+
98101
.. step:: Describe the chart you want to create.
99102

100103
In the :guilabel:`Prompt` box, specify the chart you want |charts|
101104
to create.
102105

106+
We recommend that you write clear prompts and tag the fields from
107+
your collection with ``@``. The following list provides examples
108+
of clear prompts:
109+
110+
- Use a line chart to display trends in quarterly sales data.
111+
- Display monthly sales revenue for the last year.
112+
- Visualize weekly sales data in year 2022 using a discrete line chart.
113+
- Show the age distribution of our customers.
114+
- Show me the top 3 property_type and all other properties grouped together with the highest price.
115+
103116
.. note::
104117

105118
Your prompt cannot exceed 500 characters.
@@ -127,5 +140,28 @@ Procedure
127140
To :ref:`customize your chart <customize-charts>`, toggle the
128141
switch on the top navigation from :guilabel:`Natural Language`
129142
to :guilabel:`Classic`.
143+
144+
.. step:: (Optional) Give feedback about your generated chart.
145+
146+
On the bottom-left corner of your generated chart, click the
147+
thumbs up or thumbs down button.
130148

131149
.. step:: Click :guilabel:`Save and Close`.
150+
151+
Disable AI Features
152+
~~~~~~~~~~~~~~~~~~~
153+
154+
If you want to prevent users in your project from using AI features,
155+
disable the AI feature:
156+
157+
.. procedure::
158+
:style: normal
159+
160+
.. step:: In your left navigation menu, click :guilabel:`AI features`.
161+
162+
.. step:: Set the toggle to off.
163+
164+
To learn more, see :website:`New Intelligent Developer Experiences
165+
Compass Atlas Charts Relational Migrator
166+
</blog/post/new-intelligent-developer-experiences-compass-atlas-charts-relational-migrator>`
167+
and :ref:`charts-ai-data-usage`.
-178 KB
Loading

0 commit comments

Comments
 (0)