Back to library
ThoughtSpot
AI BI Copilot
1.0k/ wk
About ThoughtSpot
ThoughtSpot is an AI-powered analytics platform that lets anyone explore data and get instant insights using natural language search. Its Sage AI layer translates business questions into SQL, returning charts and answers in seconds without requiring analyst help.
Eval preview
A sample of what this eval checks.
| # | Input | Output | Confidence |
|---|---|---|---|
| 1 | query How many orders are completed? | sql: SELECT COUNT(*) FROM orders WHERE status = 'completed'; | 0.89 |
| 2 | query Total revenue from completed orders? | sql: SELECT SUM(amount) FROM orders WHERE status = 'completed'; | 0.90 |
| 3 | query Number of customers in each country? | sql: SELECT country, COUNT(*) FROM customers GROUP BY country; | 0.91 |
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.