Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-44882 Compass AI Settings #694

Merged
merged 8 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/settings/command-line-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ value in the :guilabel:`Settings` panel.

To learn more, see :ref:`compass-enable-dev-tools`.

* - .. option:: --enableGenAIFeatures
- Allow |compass-short| to use generative AI for natural language querying.
This feature requires an Atlas login and a deployed Atlas cluster.

* - .. option:: --enableGenAISampleDocumentPassing
- Allow |compass| to send sample field values with query and
aggregation generation requests. These values can improve
the results from the AI.

If ``true``, this option implicitly sets the
:option:`--enableGenAIFeatures` option to ``true``.

* - .. option:: --enableMaps
- Allow |compass| to make requests to a 3rd party mapping service. Use
``--no-enableMaps`` to disable mapping requests.
Expand Down
8 changes: 8 additions & 0 deletions source/settings/config-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ Settings
- Allow |compass-short| to use generative AI for natural language querying.
This feature requires an Atlas login and a deployed Atlas cluster.

* - enableGenAISampleDocumentPassing
- Allow |compass| to send sample field values with query and
aggregation generation requests. These values can improve
the results from the AI.

If ``true``, this setting implicitly sets the
``enableGenAIFeatures`` setting to ``true``.

* - :ref:`enableDevTools <compass-enable-dev-tools>`
- Enable Chrome DevTools in |compass-short|.

Expand Down
Loading