File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ index in the GitHub Copilot chat:
35
35
36
36
@MongoDB /docs How do I create an index?
37
37
38
- The chat first provides the following MongoDB documentation:
38
+ The |copilot| first provides the following MongoDB documentation:
39
39
40
40
- `Create an Index <https://www.mongodb.com/docs/manual/core/indexes/create-index/>`__
41
41
- `createIndexes <https://mongodb.com/docs/manual/reference/command/createIndexes/>`__
42
42
- `db.collection.createIndex() <https://mongodb.com/docs/manual/reference/method/db.collection.createIndex/>`__
43
43
- `Partial Indexes <https://www.mongodb.com/docs/manual/core/index-partial/>`_
44
44
- `db.collection.createIndexes() <https://www.mongodb.com/docs/manual/reference/method/db.collection.createIndexes/>`_
45
45
46
- The |copilot| also returns a text response with information about
47
- creating an index and code examples:
46
+ The generated response also contains information about creating an index
47
+ and code examples:
48
48
49
49
.. figure:: /images/copilot-docs.png
50
50
:figwidth: 700px
You can’t perform that action at this time.
0 commit comments