Skip to content

Commit b573154

Browse files
ianf-mongodbltran-mdb2themantissa
authored
DOCSP-36266 Add Gen AI FAQs (#159)
* DOCSP-36266 Add Gen AI FAQs * * * * * * * * * * * * * * * Gen AI to Top * * * * * * * * * * * * * * * dochub links * * * * * * * Apply suggestions from code review Co-authored-by: ltran-mdb2 <[email protected]> * * * Update source/tools-and-connectors.txt Co-authored-by: ltran-mdb2 <[email protected]> * * * * * * * Apply suggestions from code review Co-authored-by: ltran-mdb2 <[email protected]> * * * card edit * * * * * * * * * * * * * * * * * Apply suggestions from code review Co-authored-by: Melissa Plunkett <[email protected]> * link update * * * * * * * * * feature improvements * * --------- Co-authored-by: ltran-mdb2 <[email protected]> Co-authored-by: Melissa Plunkett <[email protected]>
1 parent a6cf9cb commit b573154

File tree

3 files changed

+88
-3
lines changed

3 files changed

+88
-3
lines changed

source/generative-ai-faq.txt

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
:template: landing
2+
:nav-show-all-products: true
3+
:title: Generative AI FAQs
4+
5+
==================
6+
Generative AI FAQs
7+
==================
8+
9+
FAQ For MongoDB Generative AI Features
10+
--------------------------------------
11+
12+
What GenAI Features Does MongoDB Currently Offer?
13+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14+
15+
MongoDB offers various generative AI (GenAI) capabilities in its
16+
products and services, including within Atlas and in its software
17+
products.
18+
For example, in MongoDB Compass and Charts, Atlas users can
19+
leverage natural language to generate queries or visualizations. And
20+
with MongoDB Relational Migrator, GenAI can be leveraged for query
21+
conversions.
22+
23+
We also offer a GenAI chatbot within our MongoDB Documentation.
24+
25+
What Services Do These GenAI Features Rely On?
26+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27+
28+
MongoDB's current GenAI features are powered by `Azure OpenAI
29+
<https://azure.microsoft.com/en-us/products/ai-services/openai-service>`__.
30+
When you use these features, your data is processed in Microsoft Azure using
31+
the Azure OpenAI service.
32+
33+
Data processed in Azure OpenAI is not used for any model training.
34+
MongoDB has opted out of asynchronous `Abuse
35+
Monitoring <https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/abuse-monitoring>`__
36+
so that no prompts or responses are stored with Azure OpenAI.
37+
For more detail, refer to `Azure OpenAI's data management practices
38+
<https://learn.microsoft.com/en-us/legal/cognitive-services/openai/data-privacy>`__.
39+
40+
What Data Is Sent To The Model?
41+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42+
43+
Each MongoDB tool backed by GenAI sends the minimal required
44+
information to produce the best possible answer. To learn more
45+
about what each tool sends, please consult our documentation:
46+
47+
- `Compass <https://dochub.mongodb.org/core/compass-ai-data-usage>`__
48+
- `Atlas Charts <https://dochub.mongodb.org/core/charts-ai-data-usage>`__
49+
- `Relational Migrator <https://dochub.mongodb.org/core/migrator-ai-data-usage>`__
50+
51+
Are Outputs from my Use of MongoDB GenAI Features Used to Train Models?
52+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53+
54+
No.
55+
56+
Does MongoDB Store my Inputs or their Corresponding Outputs to GenAI Features?
57+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58+
59+
MongoDB will store inputs and outputs from the GenAI service for a
60+
limited time period (up to one year) for troubleshooting, analytics, and
61+
feature improvement.
62+
For any GenAI capabilities offered in our on-premise software
63+
(Relational Migrator and Compass) you may opt out, in which case
64+
MongoDB will not store your inputs or outputs.
65+
66+
What Agreements Govern My Use of MongoDB's GenAI Features?
67+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68+
69+
Your use of these features is subject to your applicable MongoDB legal
70+
agreement, our
71+
`Acceptable Use Policy <https://www.mongodb.com/legal/acceptable-use-policy>`_ and
72+
our `Privacy Policy <https://www.mongodb.com/legal/privacy/privacy-policy>`__.

source/images/icons/mongodb-dna.png

7.65 KB
Loading

source/tools-and-connectors.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,21 @@ Migrators, Tools, and Connectors
6363
.. entry:: PyMongoArrow
6464
:url: https://mongo-arrow.readthedocs.io/en/stable/
6565

66+
Generative AI Information
67+
-------------------------
68+
69+
.. card-group::
70+
:columns: 2
71+
:style: extra-compact
72+
73+
.. card::
74+
:headline: Generative AI FAQs
75+
:url: https://www.mongodb.com/docs/generative-ai-faq/
76+
:icon: /images/icons/mongodb-dna.png
77+
:icon-alt: Gen AI alt
78+
79+
Learn how MongoDB applications can enhance your user experience
80+
by using generative AI.
6681

6782
Migrators
6883
---------
@@ -238,6 +253,4 @@ Management Tools
238253
:icon: /images/icons/kubernetes.svg
239254
:icon-alt: Kubernetes Operator LogoMark
240255

241-
Learn how to run MongoDB in Kubernetes on your own infrastructure.
242-
243-
256+
Learn how to run MongoDB in Kubernetes on your own infrastructure.

0 commit comments

Comments
 (0)