Skip to content

Commit 3f91658

Browse files
authored
DOCSP-44882 Compass AI Settings (#694)
* DOCSP-44882 Compass AI Settings
1 parent a5d1105 commit 3f91658

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

source/settings/command-line-options.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

source/settings/config-file.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)