Skip to content
Open
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
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MyApp = "MyApp"
OpenAPIv3 = "OpenAPIv3"
AKS = "AKS"
IST = "IST"
BCBS = "BCBS"
CREATEIN = "CREATEIN"
ALTERIN = "ALTERIN"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To generate a token, navigate to **Settings** > **Tokens** and click **Generate

## Capabilities

This video demonstrates the power of one-shot prompting using the Qualytics MCP server:
This video demonstrates the power of one-shot prompting using the Qualytics MCP server — a single natural-language prompt instructs the model to join data across two different datastores (Databricks and BigQuery), aggregate customer spending on a monthly basis, and author a quality check on the result, all without specifying technical details like join keys, rule types, or field mappings.

<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/4b204d88eef6467aa3548fb1d9847710" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>

Expand Down Expand Up @@ -56,6 +56,12 @@ Create and manage data quality checks through natural conversation:

The AI translates your intent into the appropriate rule type and parameters automatically.

#### Automating Controls from Regulatory Documents

Agent Q can parse regulatory publications such as [BCBS 239](https://www.bis.org/publ/bcbs239.htm){:target="_blank"} (Principles for effective risk data aggregation and risk reporting), analyze their applicability to a specific datastore, and automatically create tagged quality checks — preserving full traceability back to the original requirement.

<div style="position: relative; padding-bottom: 55.104166666666664%; height: 0;"><iframe src="https://www.loom.com/embed/03b2ed2b26cb4a338bbff09bde53f5a0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>

### Anomaly Investigation

Investigate quality issues conversationally:
Expand Down
Loading