Skip to content

Commit 1638e70

Browse files
authored
Change/replace soda gpt with ask ai (#827)
* Replace SodaGPT with Ask AI * Add to changelog, update home page
1 parent 5c4a01a commit 1638e70

38 files changed

+64
-81
lines changed

_data/nav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
page: soda-cl/soda-cl-overview.md
6161
- subtitle: SodaCL tutorial
6262
page: soda/quick-start-sodacl.md
63-
- subtitle: Write checks with SodaGPT
63+
- subtitle: Write checks with Ask AI
6464
page: soda-cloud/sodagpt.md
6565
- subtitle: Adopt check suggestions
6666
page: soda-library/check-suggestions.md

_includes/ask-ai.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The **Ask AI Assistant** is powered by kapa.ai and replaces SodaGPT. While Soda collaborates with third parties to develop certain AI features, it's important to note that Soda does not disclose any primary data with our partners, such as data samples or data profiling details. We only share prompts and some schema information with OpenAI and kapa.ai to enhance the accuracy of the assistants.
2+
3+
Refer to <a href="https://www.soda.io/terms-and-conditions" target="_blank">Soda's General Terms & Conditions</a> in the **Use of AI** section for further details.

_includes/group-anomaly.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ You can use a group by configuration to detect anomalies by category, and monito
44
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
55
<small>✔️ &nbsp;&nbsp; Supported in Soda Library 1.1.27 or greater + Soda Cloud</small><br />
66
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent 0.8.57 or greater</small><br />
7-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
87
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
98
<br />
109

assets/images/ask-ai2.png

139 KB
Loading

assets/images/enable-ask-ai.png

46.2 KB
Loading

assets/images/sodacl-start.png

-114 KB
Loading

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,22 @@ <h2>Get started</h2>
3232
<a href="/soda/quick-start-sip.html">Take a sip of Soda</a>
3333
<a href="/soda/setup-guide.html">Choose a flavor of Soda</a>
3434
<a href="https://cloud.soda.io/signup?utm_source=docs" target="_blank">Create an account</a>
35+
<a href="/soda-cloud/sodagpt.html" target="_blank">Ask AI!</a>
3536
</div>
3637
<div>
3738
<img src="/assets/images/icons/[email protected]" width="54" height="40">
3839
<h2>What's new?</h2>
40+
<a href="/soda-cloud/roles-and-rights.html#create-custom-user-groups">Create user groups</a>
3941
<a href="/soda-cloud/anomaly-dashboard.html">Anomaly detection dashboards</a>
4042
<a href="/soda-cl/anomaly-detection.html">Anomaly detection</a>
41-
<a href="/soda-agent/managed-agent.html">Set up Soda-hosted Agent</a>
42-
<a href="/soda-cl/soda-cl-overview.html#define-sodacl-checks">Create no-code checks</a>
43+
<a href="/soda-agent/managed-agent.html">Set up Soda-hosted Agent</a>
4344
</div>
4445
<div>
4546
<img src="/assets/images/icons/[email protected]" width="54" height="40">
4647
<h2>Use case guides</h2>
4748
<a href="/soda/quick-start-automate.html">Automate anomaly detection</a>
4849
<a href="/soda/quick-start-prod.html">Test data in a pipeline</a>
49-
<a href="/soda/quick-start-dev.html">Test data in CI/CD</a>
50+
<a href="/soda/quick-start-databricks.html">Invoke Soda in Databricks</a>
5051
<a href="/soda/quick-start-end-user.html">Self-serve Soda</a>
5152
</div>
5253
<div>

soda-cl/anomaly-detection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ checks for dim_customer:
5656
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
5757
<small>✔️ &nbsp;&nbsp; Supported in Soda Library 1.2.2 or greater + Soda Cloud</small><br />
5858
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements+ Soda Agent</small><br />
59-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
59+
6060
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
6161
6262
<br />

soda-cl/anomaly-score.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checks for dim_customer:
2222
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2323
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2424
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
25-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
25+
2626
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
2727
<br/>
2828

soda-cl/automated-monitoring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ automated monitoring:
2525
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2626
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2727
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
28-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
28+
2929
<small>✖️ &nbsp;&nbsp; Available as no-code checks</small>
3030
<br /><br />
3131

soda-cl/check-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ checks for dim_account:
3434
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
3535
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
3636
<small>✖️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
37-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
37+
3838
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
3939
4040
<br />

soda-cl/cross-row-checks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ checks for dim_customer:
2525
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2626
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2727
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
28-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
28+
2929
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
3030
3131
<br />

soda-cl/distribution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ checks for dim_customer:
2626
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2727
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2828
<small>✖️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
29-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
29+
3030
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
3131
3232
[About distribution checks](#about-distribution-checks)<br />

soda-cl/failed-rows-checks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ checks for dim_customer:
3333
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
3434
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
3535
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
36-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
36+
3737
<small>✔️ &nbsp;&nbsp; Available as a no-code check with a self-hosted Soda Agent connected to any <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soda-supported data source, except Spark, and Dask and Pandas</small><br />
3838
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR</small><br />
3939
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with a Soda-hosted Agent connected to a BigQuery, Databricks SQL, MS SQL Server,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MySQL, PostgreSQL, Redshift, or Snowflake data source</small>

soda-cl/filters.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For a dataset filter, Soda generates a separate query and, again, attempts to pu
7979
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
8080
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
8181
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
82-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
82+
8383
<small>✔️ &nbsp;&nbsp; Available as a no-code check with a self-hosted Soda Agent connected to any <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soda-supported data source, except Spark, and Dask and Pandas</small><br />
8484
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR</small><br />
8585
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with a Soda-hosted Agent connected to a BigQuery, Databricks SQL, MS SQL Server,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MySQL, PostgreSQL, Redshift, or Snowflake data source</small>
@@ -101,7 +101,7 @@ See also: [Troubleshoot SodaCL]({% link soda-cl/troubleshoot.md %}#errors-when-u
101101
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
102102
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
103103
<small>✖️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
104-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
104+
105105
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
106106
<br />
107107
<br />
@@ -127,7 +127,7 @@ checks for sodatest_dataset [daily]:
127127
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
128128
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
129129
<small>✖️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
130-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
130+
131131
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
132132
<br />
133133
<br />

soda-cl/for-each.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for each dataset T:
2323
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2424
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2525
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
26-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
26+
2727
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
2828
<br />
2929

soda-cl/freshness.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ checks for dim_product:
1919
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2020
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2121
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
22-
<small>✔️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
2322
<small>✔️ &nbsp;&nbsp; Available as a no-code check</small>
2423
<br />
2524

soda-cl/group-by.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ checks for fact_internet_sales:
3131
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
3232
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
3333
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
34-
<small>✔️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
3534
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
3635
<br />
3736

soda-cl/group-evolution.md

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ checks for dim_customer:
2828
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2929
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
3030
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
31-
<small>✔️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
3231
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
3332
<br />
3433

soda-cl/missing-metrics.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ checks for dim_customer
2626
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2727
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2828
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
29-
<small>✔️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
3029
<small>✔️ &nbsp;&nbsp; Available as a no-code check</small>
3130
<br />
3231

soda-cl/numeric-metrics.md

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ checks for retail_orders_postgres:
4141
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
4242
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
4343
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
44-
<small>✔️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
4544
<small>✔️ &nbsp;&nbsp; <strong>Some</strong> available as a no-code check with a self-hosted Soda Agent connected to any <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soda-supported data source, except Spark, and Dask and Pandas</small><br />
4645
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR</small><br />
4746
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with a Soda-hosted Agent connected to a BigQuery, Databricks SQL, MS SQL Server,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MySQL, PostgreSQL, Redshift, or Snowflake data source</small>

soda-cl/profile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ profile columns:
4040
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
4141
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud + self-hosted Soda Agent connected to any <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soda-supported data source, except Spark, and Dask and Pandas</small><br />
4242
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud + Soda-hosted Agent connected to a BigQuery, Databricks SQL, <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MS SQL Server, MySQL, PostgreSQL, Redshift, or Snowflake data source</small><br />
43-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
43+
4444
<br />
4545
4646
[Add dataset discovery](#add-dataset-discovery) <br />

soda-cl/recon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ reconciliation Production:
6161
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
6262
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
6363
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
64-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
64+
6565
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
6666
<br />
6767

soda-cl/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checks for dim_department_group:
2222
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2323
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2424
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
25-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
25+
2626
<small>✖️ &nbsp;&nbsp; Available as a no-code check</small>
2727
<br />
2828

soda-cl/sample-datasets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sample datasets:
2323
<small>✖️ &nbsp;&nbsp; Supported in Soda Core</small><br />
2424
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
2525
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
26-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
26+
2727
<br />
2828
2929
[Sample datasets](#sample-datasets)<br />

soda-cl/schema.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ checks for dim_product:
6060
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
6161
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
6262
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
63-
<small>✔️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
6463
<small>✔️ &nbsp;&nbsp; Available as a no-code check with a self-hosted Soda Agent connected to any <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soda-supported data source, except Spark, and Dask and Pandas</small><br />
6564
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR</small><br />
6665
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with a Soda-hosted Agent connected to a BigQuery, Databricks SQL, MS SQL Server,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MySQL, PostgreSQL, Redshift, or Snowflake data source</small>
@@ -134,7 +133,7 @@ checks for dim_employee:
134133
<small>✔️ &nbsp;&nbsp; Supported in Soda Core</small><br />
135134
<small>✔️ &nbsp;&nbsp; Supported in Soda Library + Soda Cloud</small><br />
136135
<small>✔️ &nbsp;&nbsp; Supported in Soda Cloud Agreements + Soda Agent</small><br />
137-
<small>✖️ &nbsp;&nbsp; Supported by SodaGPT</small><br />
136+
138137
<small>✔️ &nbsp;&nbsp; Available as a no-code check with a self-hosted Soda Agent connected to any <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soda-supported data source, except Spark, and Dask and Pandas</small><br />
139138
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR</small><br />
140139
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with a Soda-hosted Agent connected to a BigQuery, Databricks SQL, MS SQL Server,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MySQL, PostgreSQL, Redshift, or Snowflake data source</small>

0 commit comments

Comments
 (0)