From f46a035124afe1cc467d6c424fa4b3a09e9126d6 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Thu, 10 Oct 2024 12:13:55 -0400 Subject: [PATCH 1/2] DOCSP-44007-update-ai-and-data-usage --- source/ai-data-usage.txt | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/source/ai-data-usage.txt b/source/ai-data-usage.txt index ffa58aeb..46b591e0 100644 --- a/source/ai-data-usage.txt +++ b/source/ai-data-usage.txt @@ -23,14 +23,22 @@ The |copilot| is powered by `GitHub Copilot How Your Data is Used --------------------- -When you use the |copilot| , the following information is sent to -MongoDB's backend, the MongoDB Docs Chatbot, and/or the third party AI -provider: +MongoDB stores the following information: -- The full text of your natural language prompt. -- The schema of the collection you are using, - including database name, collection name, field names, and types. +- The full text of your natural language prompt +- The full text of the generated response +- The schema of the collection you are using including, but not limited + to, database name, collection name, field names, and types -The information that is sent will not be shared with any other third -parties or stored by the AI provider. We do not send database -connection strings, credentials, or rows/documents from your databases. +GitHub Copilot stores the following information: + +- The full text of your natural language prompt +- The full text of the Copilot generated response +- User engagement and feedback data + +The information that is sent will not be shared with any other third +parties. We do not send out database connection strings, credentials, or +rows/documents from your databases. + +For more information on GitHub Copilot’s AI and data usage, see the +`GitHub Copilot Trust Center `_. From 3a7af676e30ffb4adddf05d466906d0d87b864a9 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Tue, 15 Oct 2024 11:39:45 -0400 Subject: [PATCH 2/2] DOCSP-44007 adding optional setting --- source/ai-data-usage.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/ai-data-usage.txt b/source/ai-data-usage.txt index 46b591e0..2c6572e1 100644 --- a/source/ai-data-usage.txt +++ b/source/ai-data-usage.txt @@ -42,3 +42,12 @@ rows/documents from your databases. For more information on GitHub Copilot’s AI and data usage, see the `GitHub Copilot Trust Center `_. + +Optional Settings +~~~~~~~~~~~~~~~~~ + +You can opt-in to send sample field values when you use the :ref:`/query +` command. By default, this setting is off. + +You can turn on the ``Use Sample Docs in Copilot`` option in your VSCode +settings. \ No newline at end of file