Edilitics | Data to Decisions

Privacy & Context Modes

How Private, Balanced, and Full Context modes control what schema metadata is sent to an LLM across Integrate, AskEdi, and Visualize. No raw rows sent in any mode.

Privacy & Context Modes give you control over exactly what schema metadata is sent to an LLM when Edilitics uses AI features. Three modes are available across Integrate, AskEdi, and Visualize. The modes behave differently per module because each module uses AI for a different purpose. No mode in any module sends raw data rows to an LLM.


The Three Modes

Private protects column identity. Real column names are never sent. Structural metadata (table name, data types, DQ statistics) is still included so the LLM can produce useful output. In AskEdi and Visualize, column names are replaced with anonymized labels such as col_1, col_2.

Balanced sends real table names and real column names alongside DQ statistics. No frequent values or sample data. This is the default for everyday analysis where column names are not sensitive.

Full Context sends everything Balanced sends, plus frequent values observed in each column. In AskEdi, it also includes the previous LLM reply as context for follow-up questions. Use this when you need the deepest reasoning and column names and value patterns are not sensitive.


Integrate

AI features in Integrate use context to generate column metadata, descriptions, and insights for your schema.

What is sentPrivateBalancedFull Context
Table nameYesYesYes
DQ statisticsYesYesYes
Focus sectorNoYesYes
Frequent valuesNoNoYes

Column names and data types are always included in Integrate because they are required for metadata generation. Focus sector adds domain context to improve the relevance of generated descriptions. Frequent values help identify categorical patterns in your columns.


AskEdi

AI features in AskEdi use context to generate SQL queries and interpret results. Column identity is the primary privacy concern here because column names appear directly in generated queries.

What is sentPrivateBalancedFull Context
Table nameYesYesYes
Anonymized column namesYesNoNo
Real column namesNoYesYes
Data typesYesYesYes
Column insightsYesYesYes
User roleYesYesYes
DQ statisticsYesYesYes
Frequent valuesNoNoYes
Previous LLM replyNoNoYes

In Private mode, column names are replaced with anonymized labels such as col_1, col_2. Generated SQL queries use these labels. You can still run and interpret results, but the queries will not use your real column names.


Visualize

AI features in Visualize use context to suggest chart types, map columns to axes, and generate dashboard layouts. The payload structure is identical to AskEdi, without the previous reply toggle.

What is sentPrivateBalancedFull Context
Table nameYesYesYes
Anonymized column namesYesNoNo
Real column namesNoYesYes
Data typesYesYesYes
Column insightsYesYesYes
User roleYesYesYes
DQ statisticsYesYesYes
Frequent valuesNoNoYes

Frequently Asked Questions


Need help? Email support@edilitics.com with your workspace, job ID, and context. We reply within one business day.

Last updated on

On this page