File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,18 @@ value in the :guilabel:`Settings` panel.
116
116
117
117
To learn more, see :ref:`compass-enable-dev-tools`.
118
118
119
+ * - .. option:: --enableGenAIFeatures
120
+ - Allow |compass-short| to use generative AI for natural language querying.
121
+ This feature requires an Atlas login and a deployed Atlas cluster.
122
+
123
+ * - .. option:: --enableGenAISampleDocumentPassing
124
+ - Allow |compass| to send sample field values with query and
125
+ aggregation generation requests. These values can improve
126
+ the results from the AI.
127
+
128
+ If ``true``, this option implicitly sets the
129
+ :option:`--enableGenAIFeatures` option to ``true``.
130
+
119
131
* - .. option:: --enableMaps
120
132
- Allow |compass| to make requests to a 3rd party mapping service. Use
121
133
``--no-enableMaps`` to disable mapping requests.
Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ Settings
69
69
- Allow |compass-short| to use generative AI for natural language querying.
70
70
This feature requires an Atlas login and a deployed Atlas cluster.
71
71
72
+ * - enableGenAISampleDocumentPassing
73
+ - Allow |compass| to send sample field values with query and
74
+ aggregation generation requests. These values can improve
75
+ the results from the AI.
76
+
77
+ If ``true``, this setting implicitly sets the
78
+ ``enableGenAIFeatures`` setting to ``true``.
79
+
72
80
* - :ref:`enableDevTools <compass-enable-dev-tools>`
73
81
- Enable Chrome DevTools in |compass-short|.
74
82
You can’t perform that action at this time.
0 commit comments