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.
116116
117117 To learn more, see :ref:`compass-enable-dev-tools`.
118118
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+
119131 * - .. option:: --enableMaps
120132 - Allow |compass| to make requests to a 3rd party mapping service. Use
121133 ``--no-enableMaps`` to disable mapping requests.
Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ Settings
6969 - Allow |compass-short| to use generative AI for natural language querying.
7070 This feature requires an Atlas login and a deployed Atlas cluster.
7171
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+
7280 * - :ref:`enableDevTools <compass-enable-dev-tools>`
7381 - Enable Chrome DevTools in |compass-short|.
7482
You can’t perform that action at this time.
0 commit comments