Configuring the use of AI features

Excluding sample data from LLM-based sensitivity detection

By default, LLM-based sensitivity detection sends both the database schema and sample source data values to the LLM.

To exclude the contextual source data, and only send the schema, set the environment setting TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS_SAMPLE_DATA to false.

  • For a self-hosted instance, you can set this from the Environment Settings tab on Structural Settings.

  • For a Cloud organization, you set this from the Organization Settings tab on Structural Settings.

Setting whether a workspace uses LLM-based sensitivity detection

On Structural Cloud, and on self-hosted instances that set up a connection to an LLM, LLM-based sensitivity detection is enabled by default.

You can disable LLM-based sensitivity detection within individual workspaces.

To do this, in the advanced workspace overrides, set TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS to false.

Last updated

Was this helpful?