8 AI-Powered Insights
TDengine IDMP embeds AI intelligence throughout the platform, turning it from a passive data repository into an active operational advisor. This chapter covers all AI-powered features — from proactive visualization generation to anomaly detection, forecasting, root cause analysis, and natural language queries.
Two Modes of AI Intelligence
IDMP delivers AI insights in two complementary modes:
Push-driven (Zero-Query Intelligence). The system proactively analyzes your data and pushes findings to you without waiting for you to ask. When you open an element's Panels tab, AI-generated visualizations are already waiting. When you navigate to an element's Analyses tab, the AI has already suggested relevant analyses. This is Zero-Query Intelligence: the system continuously works in the background, applying LLM reasoning over your asset hierarchy and time-series data to surface insights before you think to look for them.
Pull-driven. You ask, the system answers. You can describe a panel or an analysis in plain language — "show me daily average voltage as a bar chart" or "calculate the hourly max current and alert when it exceeds normal" — and the AI builds it for you. The AI Chat interface also accepts free-form questions about your data — "what was the average current for em-1 last week?" — and returns answers grounded in your actual TDengine data. Root Cause Analysis runs on demand from an event detail page and produces a structured investigative report.
Together, these AI features dramatically lower the barrier to operational intelligence. Engineers who are not data scientists can build dashboards, configure analyses, detect anomalies, and investigate incidents without writing SQL or mastering complex tooling. This makes advanced industrial analytics accessible to small and medium-sized businesses that cannot afford dedicated data analysts or full-time process engineers.
AI Components
IDMP's AI capabilities are built on two underlying engines:
Large Language Model (LLM). An external LLM (configured via an OpenAI-compatible connection) handles natural language understanding, visualization and analysis generation, insight narration, and root cause reasoning. IDMP ships with a built-in 15-day trial connection so you can explore AI features immediately without any setup.
TDgpt. TDengine's built-in time-series AI engine handles computationally intensive analytical tasks that operate directly on time-series data: anomaly detection, forecasting, and missing data imputation. TDgpt is a separate module that must be installed alongside IDMP — once installed, it works independently of the LLM connection and requires no external AI configuration.
What's Covered in This Chapter
- Connecting to LLM — Configuring the AI connection (LLM endpoint, models, authentication)
- AI-Generated Panels — Panels automatically generated and suggested by AI on the element Panels tab
- AI Panel Insights — Natural language summaries and interpretations generated for individual panels
- AI-Generated Analyses — Analyses automatically suggested and created by AI on the element Analyses tab
- AI Composite Metrics — AI-suggested formula and composite attribute definitions
- Natural Language Queries — The AI Chat interface for querying your data in plain language
- Anomaly Detection — TDgpt-powered anomaly detection as an analysis trigger type
- Forecasting — TDgpt-powered time-series forecasting for element attributes
- Missing Data Imputation — TDgpt-powered gap filling for time-series data
- Root Cause Analysis — AI-generated root cause investigation reports for events
📄️ Connecting to LLM
Most AI features in IDMP — panel generation, analysis suggestions, AI Chat, root cause analysis — require a connection to an external Large Language Model (LLM). IDMP uses an OpenAI-compatible interface, so any LLM provider or self-hosted model that exposes an OpenAI-compatible API can be used.
📄️ AI-Generated Panels
Powered by Zero Query Intelligence, IDMP can automatically generate visualization panels for an element based on its attributes, template, and collected time-series data. These panels are ready to use with no manual configuration required.
📄️ AI Panel Insights
AI Panel Insights generates a natural language narrative for an individual panel — describing what the data shows, identifying notable patterns, and highlighting anomalies or trends that may warrant attention.
📄️ AI-Generated Analyses
IDMP can automatically suggest and configure real-time analyses for an element based on its template, attributes, and collected data. This lowers the barrier to analysis creation: instead of manually configuring trigger conditions, expressions, and output attributes, you can start from an AI-generated configuration and save it with a single click.
📄️ AI Composite Metrics
Composite Metrics is an AI-generated library of business KPIs for your asset hierarchy. Based on your element templates, collected data, and industry context, the AI produces a curated set of domain-relevant metrics for each asset group — complete with calculation formulas, TDengine SQL, business meaning, and industry aliases. This gives engineers a ready reference for what to measure and how to compute it, without requiring data science expertise.
📄️ Natural Language Queries
The AI Chat feature lets you query your operational data using plain language. Instead of writing TDengine SQL or navigating the asset hierarchy to find a value, you can ask questions like "what was the peak voltage for em-1 yesterday?" and receive an answer grounded in your actual data.
📄️ Anomaly Detection
Anomaly detection requires the TDgpt module to be installed alongside IDMP. It does not require an LLM connection.
📄️ Forecasting
Forecasting requires the TDgpt module to be installed alongside IDMP. It does not require an LLM connection.
📄️ Missing Data Imputation
Time-series data in industrial environments frequently has gaps — sensors go offline, network interruptions delay data delivery, or hardware faults cause temporary measurement loss. Missing data imputation fills these gaps with estimated values, ensuring that downstream analyses, averages, and KPI calculations are not skewed by missing readings.
📄️ Root Cause Analysis
Root Cause Analysis (RCA) is an AI-powered investigative feature that, given an event, automatically retrieves relevant historical data, forms hypotheses about the cause, tests those hypotheses, and produces a structured analysis report — all without manual intervention.
