How the ontology is used to make AI-generated queries
Sample Ontology: Objects represent key concepts within a business' datawarehouse. Queries are used to extract data from the ontology.
Example: Querying the Location object returns a table where each row corresponds to a location, and collumns refer to the attributes of that location.
Example: Querying the Total Profit metric returns a table where each row coresponds to a partocular aggregation of profit, and where columns describe the dimensions that the metic can be further aggregated on.
Coming Soon: A thorough exploration of the search algorithm for object queries, including how TextQL:Stay tuned for more details.
- Identifies the core fact object
- Joins relevant attributes
- Handles downstream metrics
- Optimizes performance across large datasets
Coming Soon: A deep dive into the technical underpinnings of metric queries, including:Stay tuned for more details.
- Defining and retrieving metrics from multiple objects
- Dimension-based slicing
- Aggregation functions and performance considerations
- Intelligent grouping and pivoting