Skip to content

Commit

Permalink
Merge pull request #28966 from taosdata/doc/ana_doc
Browse files Browse the repository at this point in the history
doc: fix some typos in tdgpt
  • Loading branch information
guanshengliang authored Nov 28, 2024
2 parents 7b6c19d + aa98028 commit 0ede22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zh/06-advanced/06-TDgpt/06-dev/03-ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class _MyAnomalyDetectionService(AbstractAnomalyDetectionService):

```SQL
--- 对 col 列进行异常检测,通过指定 algo 参数为 myad 来调用新添加的异常检测类
SELECT COUNT(*) FROM foo ANOMALY_DETECTION(col, 'algo=myad')
SELECT COUNT(*) FROM foo ANOMALY_WINDOW(col, 'algo=myad')
```
如果是第一次启动该 Anode, 请按照 [TDgpt 安装部署](../../management/) 里的步骤先将该 Anode 添加到 TDengine 系统中。

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/06-advanced/06-TDgpt/06-dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Anode的主要目录结构如下图所示
.
├── cfg
├── model
│   └── ac_detection
│   └── ad_detection
├── release
├── script
└── taosanalytics
Expand Down

0 comments on commit 0ede22d

Please sign in to comment.