Update 02-forecast.md

This commit is contained in:
Jeff Tao 2024-11-16 15:44:12 +08:00 committed by GitHub
parent db6620621f
commit d274dbfd8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ SELECT _flow, _fhigh, _frowts, FORECAST(col_name, "algo=myfc")
FROM foo;
```
如果是第一次启动该 Anode, 请按照 [TDgpt 安装部署](../management/) 里的步骤先将该 Anode 添加到 TDengine 系统中。
如果是第一次启动该 Anode, 请按照 [TDgpt 安装部署](../../management/) 里的步骤先将该 Anode 添加到 TDengine 系统中。
### 单元测试