Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions source/ai-data-usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines +40 to +41
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the user enabled the setting for Enable sending sample field values with the VSCode copilot chat @MongoDB participant /query command then documents could make their way into the prompts. Should we call that out?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a mention of this setting!


For more information on GitHub Copilot’s AI and data usage, see the
`GitHub Copilot Trust Center <https://copilot.github.trust.page>`_.
Loading