Skip to content

Commit 72802d3

Browse files
DOCSP-35674 updated limitations (#634)
* updated limitations
1 parent 0954fa3 commit 72802d3

File tree

2 files changed

+32
-19
lines changed

2 files changed

+32
-19
lines changed

source/encoding-channels/aggregation-options.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Numbers
6565

6666
* - ``median``
6767
- Approximates the median value in the field.
68+
69+
.. note::
70+
71+
Your deployment must use MongoDB 7.0 or later.
72+
6873
- :manual:`$median </reference/operator/aggregation/median/>`
6974

7075
* - ``min``

source/experimental-features.txt

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,38 @@ corresponding documentation can change at any time.
2222
Natural Language Charts
2323
-----------------------
2424

25-
Natural language charts simplifies the chart creation process. After you
26-
enter a prompt about a chart you would like to see, the AI model
27-
creates the chart.
28-
29-
To use this feature, you can sign up at :website:`the MongoDB Charts product page </products/charts>`.
25+
Natural language charts simplifies the chart creation process.
26+
It supports the following chart types built with :ref:`series
27+
<charts-series-encoding>` and :ref:`aggregation
28+
<building-charts-aggregation>` :ref:`encoding channels
29+
<encoding-channels>`:
30+
31+
- Grouped Bar
32+
- Stacked Bar
33+
- 100% Stacked Bar
34+
- Grouped Column
35+
- Stacked Column
36+
- 100% Stacked Column
37+
- Area Discrete
38+
- 100% Stacked Area
39+
- Line Discrete
40+
- Donut
41+
- Table
42+
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>`.
46+
47+
After you enter a prompt about a chart you would like to see, the AI
48+
model creates the chart.
49+
50+
To use this feature, you can sign up at :website:`the MongoDB Charts
51+
product page </products/charts>`.
3052

3153
To learn more, see :website:`New Intelligent Developer Experiences
3254
Compass Atlas Charts Relational Migrator
3355
</blog/post/new-intelligent-developer-experiences-compass-atlas-charts-relational-migrator>`.
3456

35-
Limitations
36-
~~~~~~~~~~~
37-
38-
Natural language charts only supports grouped bar charts,
39-
:ref:`single-series charts <single-series-multiple-fields>`, and
40-
:ref:`multi-series charts <multi-series-charts>` built with :ref:`series
41-
<charts-series-encoding>` and :ref:`aggregation
42-
<building-charts-aggregation>` :ref:`encoding channels
43-
<encoding-channels>`.
44-
45-
Natural language charts do not support :ref:`filtering
46-
<dashboard-filtering>`, :ref:`sorting <charts-sort-data>`, :ref:`binning
47-
<charts-bin-data>`, or :ref:`limiting <charts-limit-data>`.
48-
4957
Procedure
5058
~~~~~~~~~
5159

0 commit comments

Comments
 (0)