Skip to content

Commit 90f8df4

Browse files
ianf-mongodbsarah-olson-mongodbthemantissa
authored
DOCSP-37108 Add Compass AI and Data Usage Info Page (#604)
* DOCSP-37108 Add Compass AI and Data Usage Info Page * * * * * * * * * * * Apply suggestions from code review Co-authored-by: Sarah Olson <[email protected]> * so feedback * Apply suggestions from code review Co-authored-by: Melissa Plunkett <[email protected]> * * * * * * * * * Apply suggestions from code review Co-authored-by: Melissa Plunkett <[email protected]> --------- Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Melissa Plunkett <[email protected]>
1 parent ecfae25 commit 90f8df4

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
.. _compass-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+
Querying with natural language in Compass is powered by Generative AI
13+
(Gen AI), and may give inaccurate responses. See our `Generative AI FAQ
14+
<https://dochub.mongodb.org/core/faq-ai-features>`__
15+
for more information about Gen AI in MongoDB products.
16+
17+
Third Party Providers
18+
---------------------
19+
20+
Querying with natural language in Compass 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 query with natural language in Compass, the following
28+
information is sent to MongoDB’s backend and/or the third party
29+
AI provider:
30+
31+
The schema of the collection you are querying
32+
(including collection name, field names, and types).
33+
34+
The information that is sent will not be shared with any other third
35+
parties or stored by the AI provider. We do not send database
36+
connection strings, credentials, or rows/documents from your databases.
37+
38+
Disable Natural Language Querying
39+
---------------------------------
40+
41+
- Natural language querying in Compass is available if you have
42+
enabled the :ref:`Compass Use Generative AI setting
43+
<enable-natural-language-querying>` and logged into Atlas.
44+
- If you no longer want to use the feature, you can ignore it
45+
and no data will be sent to generative AI models. To prevent usage of
46+
this feature entirely, you can disable it in the
47+
:ref:`global configuration file <config-file>`.

source/query-with-natural-language/query-with-natural-language.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ is subject to MongoDB's:
6565

6666
.. toctree::
6767
:titlesonly:
68-
68+
6969
/query-with-natural-language/enable-natural-language-querying
7070
/query-with-natural-language/prompt-natural-language-query
71-
/query-with-natural-language/prompt-natural-language-aggregation
71+
/query-with-natural-language/prompt-natural-language-aggregation
72+
/query-with-natural-language/ai-and-data-usage-information

0 commit comments

Comments
 (0)