14
14
15
15
The ``/query`` command assists in generating queries from a natural
16
16
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
18
18
Copilot to generate a response. If you do not specify a collection in
19
19
your prompt, the chat prompts you to select a relevant collection.
20
20
@@ -44,7 +44,7 @@ Each document in the collection has the following structure:
44
44
}
45
45
46
46
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
48
48
finds the document in the ``users`` collection that has the ``name``
49
49
value of ``Kayden Washington``.
50
50
@@ -54,7 +54,7 @@ value of ``Kayden Washington``.
54
54
@MongoDB /query In the sample_mflix database, find a document in the
55
55
users collection with the name of Kayden Washington.
56
56
57
- The Github Copilot Chat uses the |copilot| to
57
+ The GitHub Copilot Chat uses the |copilot| to
58
58
generate the following query using knowledge of your database schema:
59
59
60
60
.. code-block:: javascript
@@ -90,7 +90,7 @@ Each document in the collection has the following structure:
90
90
}
91
91
92
92
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.
94
94
95
95
.. code-block:: javascript
96
96
:copyable: false
0 commit comments