|
| 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 | + |
0 commit comments