File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
query-with-natural-language Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,15 @@ you must:
36
36
- Sign into Atlas. For details on how to get a free Atlas
37
37
account and deploy a free M0 cluster, see :ref:`atlas-getting-started`.
38
38
39
- - Have Compass version 1.4 or later installed . For instructions on
39
+ - Install |compass-short| version 1.4.0 or later. For instructions on
40
40
downloading and installing the latest version, see :ref:`download-install`.
41
41
42
+
43
+ .. note::
44
+
45
+ You can also enable Natural Language Querying using the configuration
46
+ file. For details, see :ref:`config-file`.
47
+
42
48
Steps
43
49
-----
44
50
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ Settings
65
65
* - autoUpdates
66
66
- Allow |compass-short| to periodically check for new updates.
67
67
68
+ * - :ref:`enableAIFeatures <enable-natural-language-querying>`
69
+ - Allow |compass-short| to use generative AI for natural language querying.
70
+ This feature requires an Atlas login and a deployed Atlas cluster.
71
+
68
72
* - :ref:`enableDevtools <compass-enable-dev-tools>`
69
73
- Enable Chrome DevTools in |compass-short|.
70
74
You can’t perform that action at this time.
0 commit comments