Skip to content

Commit 9ee97ce

Browse files
committed
DOCSP-43493 adding ai and data usage
1 parent 668bdac commit 9ee97ce

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ toc_landing_pages = [
1010
"/playgrounds",
1111
"/crud-ops",
1212
"/playground-databases",
13-
"/require-playgrounds"
13+
"/require-playgrounds",
14+
"/copilot"
1415
]
1516

1617
[constants]

source/ai-data-usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ information about Gen AI in MongoDB products.
1717
Third Party Providers
1818
---------------------
1919

20-
The MongoDB Github Copilot Participant is powered by `Github Copilot <https://github.com/features/copilot>__.
20+
The MongoDB Github Copilot Participant is powered by `Github Copilot <https://github.com/features/copilot>`__.
2121
This is subject to change in the future.
2222

2323
How Your Data is Used

source/copilot.txt

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,24 @@ MongoDB Github Copilot Participant
1313
:class: singlecol
1414

1515

16-
|vsce-full| includes a MongoDB Github Copilot Participant
17-
to assist in using Copilot with your MongoDB deployments. Through
18-
Copilot's chat feature, users with |vsce| can interact their MongoDB
19-
clusters and generate code with MongoDB domain-specific knowledge on top
20-
of VSCode Copilot's LLM.
16+
|vsce-full| includes a MongoDB Github Copilot Participant to assist in
17+
using `Github Copilot <https://github.com/features/copilot>`__ with your
18+
MongoDB deployments. Through Github Copilot's chat feature, users with
19+
|vsce| can interact with their MongoDB clusters and generate code with
20+
MongoDB domain-specific knowledge on top of Github Copilot's LLM.
21+
22+
The MongoDB Github Copilot Participant includes MongoDB-specific
23+
commands to assist in interacting with your deployment.
2124

2225
/query
2326
------
2427

25-
Users can use the ``/query`` command in the Copilot chat to
28+
Users can use the ``/query`` command in the Github Copilot chat to
2629
generate queries from a natural language against a connected MongoDB
27-
cluster. The MongoDB Participant provides underlying schema information
28-
of the relevant collections to Copilot to generate a response. If you do
29-
not specify a collection in your prompt to Copilot, the MongoDB
30-
Participant prompts you to select a relevant collection.
30+
cluster. The MongoDB Github Copilot Participant provides underlying
31+
schema information of the relevant collections to Github Copilot to
32+
generate a response. If you do not specify a collection in your prompt,
33+
the chat prompts you to select a relevant collection.
3134

3235
When the LLM generates a query, users can open the query in a playground
3336
file or run the query directly in their collection.
@@ -47,18 +50,19 @@ following structure:
4750
type: "citrus"
4851
}
4952

50-
Once you connet to the databse that contains the ``fruits`` collection,
51-
you can ask the Copilot chat to generate a query that finds all documents
52-
in the ``fruits`` collection that have the type ``citrus``.
53+
Once you connect to the deployment that contains the ``fruits``
54+
collection, you can ask the Github Copilot chat to generate a query that
55+
finds all documents in the ``fruits`` collection that have the type
56+
``citrus``.
5357

5458
.. code-block:: javascript
5559
:copyable: false
5660

5761
@MongoDB /query find all documents in the fruits collection that have
5862
the type citrus
5963

60-
The Github Copilot Chat uses the MongoDB Copilot Participant to generate
61-
the following query using knowledge of your database schema:
64+
The Github Copilot Chat uses the MongoDB Github Copilot Participant to
65+
generate the following query using knowledge of your database schema:
6266

6367
.. code-block:: javascript
6468

0 commit comments

Comments
 (0)