@@ -18,27 +18,34 @@ What GenAI Features Does MongoDB Currently Offer?
18
18
MongoDB offers various generative AI (GenAI) capabilities in its
19
19
products and services, including within Atlas and in its software
20
20
products.
21
+
21
22
For example, in MongoDB Compass and Charts, Atlas users can
22
- leverage natural language to generate queries or visualizations. And
23
- with MongoDB Relational Migrator, GenAI can be leveraged for query
24
- conversions.
23
+ leverage natural language to generate queries or visualizations. With
24
+ MongoDB Relational Migrator, GenAI can be leveraged for query
25
+ conversions. And within MongoDB for VS Code, the MongoDB Github Copilot
26
+ participant allows developers to generate MongoDB-related code more
27
+ efficiently through Github Copilot Chat.
25
28
26
29
We also offer a GenAI chatbot within our MongoDB Documentation.
27
30
28
31
What Services Do These GenAI Features Rely On?
29
32
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
33
31
- MongoDB's current GenAI features are powered by `Azure OpenAI
32
- <https://azure.microsoft.com/en-us/products/ai-services/openai-service>`__.
33
- When you use these features, your data is processed in Microsoft Azure using
34
- the Azure OpenAI service.
35
-
36
- Data processed in Azure OpenAI is not used for any model training.
37
- MongoDB has opted out of asynchronous `Abuse
38
- Monitoring <https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/abuse-monitoring>`__
39
- so that no prompts or responses are stored with Azure OpenAI.
40
- For more detail, refer to `Azure OpenAI's data management practices
34
+ MongoDB's current GenAI features are powered by `Azure OpenAI
35
+ <https://azure.microsoft.com/en-us/products/ai-services/openai-service>`__,
36
+ except that the participant within MongoDB for VS Code is powered by
37
+ Github Copilot. When you use these features, your data is processed in
38
+ Microsoft Azure using the Azure OpenAI service or by the Github Copilot
39
+ service.
40
+
41
+ Data processed in these services is not used for any model training.
42
+ MongoDB has opted out of asynchronous `Abuse Monitoring
43
+ <https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/abuse-monitoring>`__
44
+ so that no prompts or responses are stored with Azure OpenAI. For more
45
+ detail, refer to `Azure OpenAI's data management practices
41
46
<https://learn.microsoft.com/en-us/legal/cognitive-services/openai/data-privacy>`__.
47
+ For information about how Github Copilot processes data, please refer to
48
+ the `Github Trust Center <https://copilot.github.trust.page>`__.
42
49
43
50
What Data Is Sent To The Model?
44
51
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
66
Does MongoDB Store my Inputs or their Corresponding Outputs to GenAI Features?
60
67
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
68
62
- MongoDB will store inputs and outputs from the GenAI service for a
69
+ MongoDB may store inputs and outputs from the GenAI service for a
63
70
limited time period (up to one year) for troubleshooting, analytics, and
64
71
feature improvement.
65
72
For any GenAI capabilities offered in our on-premise software
0 commit comments