Skip to content

Commit dbe1149

Browse files
ianf-mongodbdavidhou17themantissa
authored
DOCSP-37109 Add Charts AI and Data Usage Info Page (#641)
* DOCSP-37109 Add AI and Data Usage Information Page * * * * * * * * * * * * * * * * * * * Apply suggestions from code review Co-authored-by: davidhou17 <[email protected]> * * * Apply suggestions from code review Co-authored-by: Melissa Plunkett <[email protected]> --------- Co-authored-by: davidhou17 <[email protected]> Co-authored-by: Melissa Plunkett <[email protected]>
1 parent 6b0c072 commit dbe1149

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
.. _charts-ai-data-usage:
2+
3+
=============================
4+
AI and Data Usage Information
5+
=============================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
12+
:ref:`Natural Language Charts <nlc>` is powered by Generative AI
13+
(Gen AI) and might give inaccurate responses. For more information about
14+
Gen AI in MongoDB products, see `Generative AI FAQ
15+
<https://dochub.mongodb.org/core/faq-ai-features>`__.
16+
17+
Third Party Providers
18+
---------------------
19+
20+
Natural Language Charts currently uses the `Azure OpenAI Service
21+
<https://azure.microsoft.com/en-us/products/ai-services/openai-service>`__
22+
hosted by Microsoft. This is subject to change in the future.
23+
24+
How Your Data is Used
25+
---------------------
26+
27+
When you use Natural Language Charts, |charts| sends the following information
28+
to MongoDB's backend and/or the third-party AI provider:
29+
30+
- The full text of your natural language prompt.
31+
- The schema of the collection used to generate the chart,
32+
including collection names, field names, and field data types.
33+
- Sample field values to improve the quality of chart recommendations.
34+
35+
The information sent will not be shared with any other third parties
36+
or stored by the AI provider. We do not share database connection
37+
strings or credentials from your databases. By default, your original
38+
query text will be stored by MongoDB for up to one year to help us
39+
provide support to customers and improve the service.
40+
41+
Disable Natural Language Charts
42+
-------------------------------
43+
44+
- |charts-short| enables Natural Language Charts once you click the
45+
:guilabel:`Use Natural Language Mode` button. For details on enabling
46+
this feature, see :ref:`<charts-experimental-features>`.
47+
- If you no longer want to use Natural Language Charts, you can ignore this button and
48+
|charts-short| will not send data to the Generative AI models. If you are a
49+
:authrole:`Project Owner`, you can disable access to Natural Language Charts
50+
by navigating to the :guilabel:`AI features` page in the
51+
left navigation menu and setting the toggle to off.
52+

source/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ data and explore key features offered by |charts|:
122122
/pricing
123123
/release-notes
124124
/third-party-licenses
125+
/ai-and-data-usage-information
125126
/experimental-features
127+

0 commit comments

Comments
 (0)