Skip to content

Commit 474a0a0

Browse files
committed
DOCSP-43493 Melissa comments
1 parent 5adb7b1 commit 474a0a0

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cifs = ":abbr:`CIFS (Common Internet File System)`"
4141
cps = ":abbr:`CPS (Cloud Provider Snapshots)`"
4242
cmk = ":abbr:`CMK (customer master key)`"
4343
compass = "MongoDB Compass"
44-
copilot = "MongoDB Github Copilot Participant"
44+
copilot = "MongoDB GitHub Copilot Participant"
4545
data-lakes = "Data Lakes"
4646
data-lake = "Data Lake"
4747
datadog = "`Datadog <https://www.datadoghq.com/>`__"

source/ai-data-usage.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@ AI and Data Usage Information
99
:backlinks: none
1010
:depth: 1
1111

12-
The MongoDB Github Copilot Participant is powered by Generative AI (Gen
13-
AI), and may give inaccurate responses. See our `Generative AI FAQ
12+
The |copilot| is powered by Generative AI (Gen AI), and may give
13+
inaccurate responses. See our `Generative AI FAQ
1414
<https://dochub.mongodb.org/core/faq-ai-features>`__ for more
1515
information about Gen AI in MongoDB products.
1616

1717
Third Party Providers
1818
---------------------
1919

20-
The MongoDB Github Copilot Participant is powered by `Github Copilot <https://github.com/features/copilot>`__.
20+
The |copilot| is powered by `GitHub Copilot
21+
<https://github.com/features/copilot>`__ and the MongoDB Docs Chatbot.
2122

2223
How Your Data is Used
2324
---------------------
2425

25-
When you use the MongoDB Github Copilot Participant, the following
26+
When you use the |copilot| , the following
2627
information is sent to MongoDB's backend and/or the third party AI
2728
provider:
2829

source/copilot-query.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
The ``/query`` command assists in generating queries from a natural
1616
language against a connected MongoDB cluster. The |copilot| provides
17-
underlying schema information of the relevant collections to Github
17+
underlying schema information of the relevant collections to GitHub
1818
Copilot to generate a response. If you do not specify a collection in
1919
your prompt, the chat prompts you to select a relevant collection.
2020

@@ -44,7 +44,7 @@ Each document in the collection has the following structure:
4444
}
4545

4646
Once you connect to the deployment that contains the ``users``
47-
collection, you can ask the Github Copilot chat to generate a query that
47+
collection, you can ask the GitHub Copilot chat to generate a query that
4848
finds the document in the ``users`` collection that has the ``name``
4949
value of ``Kayden Washington``.
5050

@@ -54,7 +54,7 @@ value of ``Kayden Washington``.
5454
@MongoDB /query In the sample_mflix database, find a document in the
5555
users collection with the name of Kayden Washington.
5656

57-
The Github Copilot Chat uses the |copilot| to
57+
The GitHub Copilot Chat uses the |copilot| to
5858
generate the following query using knowledge of your database schema:
5959

6060
.. code-block:: javascript
@@ -90,7 +90,7 @@ Each document in the collection has the following structure:
9090
}
9191

9292
Once you connect to the deployment that contains the ``users``
93-
collection, you can ask the Github Copilot chat to generate an aggregation pipeline.
93+
collection, you can ask the GitHub Copilot chat to generate an aggregation pipeline.
9494

9595
.. code-block:: javascript
9696
:copyable: false

source/copilot.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
:depth: 1
1313
:class: singlecol
1414

15-
|vsce-full| includes the |copilot| to assist in using `Github Copilot
15+
|vsce-full| includes the |copilot| to assist in using `GitHub Copilot
1616
<https://github.com/features/copilot>`__ with your MongoDB deployments.
17-
Through Github Copilot's chat feature, users with |vsce| can interact
17+
Through GitHub Copilot's chat feature, users with |vsce| can interact
1818
with their MongoDB clusters and generate code with MongoDB
19-
domain-specific knowledge on top of Github Copilot's LLM. The |copilot
19+
domain-specific knowledge on top of GitHub Copilot's LLM. The |copilot
2020
can also answer questions about your database collection schema and
2121
provide links to specific MongoDB documentation.
2222

0 commit comments

Comments
 (0)