@@ -18,27 +18,34 @@ What GenAI Features Does MongoDB Currently Offer?
1818MongoDB offers various generative AI (GenAI) capabilities in its
1919products and services, including within Atlas and in its software
2020products.
21+
2122For 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.
2528
2629We also offer a GenAI chatbot within our MongoDB Documentation.
2730
2831What Services Do These GenAI Features Rely On?
2932~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3033
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
4146<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>`__.
4249
4350What Data Is Sent To The Model?
4451~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5966Does MongoDB Store my Inputs or their Corresponding Outputs to GenAI Features?
6067~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6168
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
6370limited time period (up to one year) for troubleshooting, analytics, and
6471feature improvement.
6572For any GenAI capabilities offered in our on-premise software
0 commit comments