This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new aa40877  adjust the Engilish AINode doc in V1.3 and master (#158)
aa40877 is described below

commit aa40877776415ebb8534d82d285c51316f8938a8
Author: wanghui42 <105700158+wanghu...@users.noreply.github.com>
AuthorDate: Wed Jan 24 11:51:27 2024 +0800

    adjust the Engilish AINode doc in V1.3 and master (#158)
---
 src/.vuepress/sidebar_timecho/V1.3.x/en.ts                            | 2 +-
 src/.vuepress/sidebar_timecho/V1.3.x/zh.ts                            | 2 +-
 .../Master/User-Manual/{IoTDB-AINode_timecho.md => AINode_timecho.md} | 4 ++--
 .../latest/User-Manual/{IoTDB-AINode_timecho.md => AINode_timecho.md} | 4 ++--
 .../Master/User-Manual/{IoTDB-AINode_timecho.md => AINode_timecho.md} | 0
 .../latest/User-Manual/{IoTDB-AINode_timecho.md => AINode_timecho.md} | 0
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
index f8b3d4c..1533169 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
@@ -89,7 +89,7 @@ export const enSidebar = {
         { text: 'Data Sync', link: 'Data-Sync_timecho' },
         { text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
         { text: 'View', link: 'IoTDB-View_timecho' },
-        { text: 'IoTDB AINode', link: 'IoTDB-AINode_timecho' },
+        { text: 'AINode', link: 'AINode_timecho' },
         { text: 'Database Programming', link: 'Database-Programming' },
         { text: 'Security Management', link: 'Security-Management_timecho' },
         { text: 'Authority Management', link: 'Authority-Management' },
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
index cbafae5..f2b48d8 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
@@ -89,7 +89,7 @@ export const zhSidebar = {
         { text: '数据同步', link: 'Data-Sync_timecho' },
         { text: '多级存储', link: 'Tiered-Storage_timecho' },
         { text: '视图', link: 'IoTDB-View_timecho' },
-        { text: 'AINode机器学习框架', link: 'IoTDB-AINode_timecho' },
+        { text: 'AINode', link: 'AINode_timecho' },
         { text: '数据库编程', link: 'Database-Programming' },
         { text: '安全控制', link: 'Security-Management_timecho' },
         { text: '权限管理', link: 'Authority-Management' },
diff --git a/src/UserGuide/Master/User-Manual/IoTDB-AINode_timecho.md 
b/src/UserGuide/Master/User-Manual/AINode_timecho.md
similarity index 97%
rename from src/UserGuide/Master/User-Manual/IoTDB-AINode_timecho.md
rename to src/UserGuide/Master/User-Manual/AINode_timecho.md
index cae9f95..c193bf6 100644
--- a/src/UserGuide/Master/User-Manual/IoTDB-AINode_timecho.md
+++ b/src/UserGuide/Master/User-Manual/AINode_timecho.md
@@ -19,9 +19,9 @@
 
 -->
 
-# Endogenous Machine Learning Framework (AINode)
+# AINode(Machine Learning Framework)
 
-AINode is the third type of endogenous node provided by IoTDB after ConfigNode 
and DataNode, which extends the capability of machine learning analysis of time 
series by interacting with DataNode and ConfigNode of IoTDB cluster, supports 
the introduction of pre-existing machine learning models from the outside to be 
registered, and uses the registered models in the It supports the process of 
introducing existing machine learning models from outside for registration, and 
using the register [...]
+AINode is the third internal node after ConfigNode and DataNode in Apache 
IoTDB, which extends the capability of machine learning analysis of time series 
by interacting with DataNode and ConfigNode of IoTDB cluster, supports the 
introduction of pre-existing machine learning models from the outside to be 
registered, and uses the registered models in the It supports the process of 
introducing existing machine learning models from outside for registration, and 
using the registered models to [...]
 
 The system architecture is shown below:
 ::: center
diff --git a/src/UserGuide/latest/User-Manual/IoTDB-AINode_timecho.md 
b/src/UserGuide/latest/User-Manual/AINode_timecho.md
similarity index 97%
rename from src/UserGuide/latest/User-Manual/IoTDB-AINode_timecho.md
rename to src/UserGuide/latest/User-Manual/AINode_timecho.md
index cae9f95..c193bf6 100644
--- a/src/UserGuide/latest/User-Manual/IoTDB-AINode_timecho.md
+++ b/src/UserGuide/latest/User-Manual/AINode_timecho.md
@@ -19,9 +19,9 @@
 
 -->
 
-# Endogenous Machine Learning Framework (AINode)
+# AINode(Machine Learning Framework)
 
-AINode is the third type of endogenous node provided by IoTDB after ConfigNode 
and DataNode, which extends the capability of machine learning analysis of time 
series by interacting with DataNode and ConfigNode of IoTDB cluster, supports 
the introduction of pre-existing machine learning models from the outside to be 
registered, and uses the registered models in the It supports the process of 
introducing existing machine learning models from outside for registration, and 
using the register [...]
+AINode is the third internal node after ConfigNode and DataNode in Apache 
IoTDB, which extends the capability of machine learning analysis of time series 
by interacting with DataNode and ConfigNode of IoTDB cluster, supports the 
introduction of pre-existing machine learning models from the outside to be 
registered, and uses the registered models in the It supports the process of 
introducing existing machine learning models from outside for registration, and 
using the registered models to [...]
 
 The system architecture is shown below:
 ::: center
diff --git a/src/zh/UserGuide/Master/User-Manual/IoTDB-AINode_timecho.md 
b/src/zh/UserGuide/Master/User-Manual/AINode_timecho.md
similarity index 100%
rename from src/zh/UserGuide/Master/User-Manual/IoTDB-AINode_timecho.md
rename to src/zh/UserGuide/Master/User-Manual/AINode_timecho.md
diff --git a/src/zh/UserGuide/latest/User-Manual/IoTDB-AINode_timecho.md 
b/src/zh/UserGuide/latest/User-Manual/AINode_timecho.md
similarity index 100%
rename from src/zh/UserGuide/latest/User-Manual/IoTDB-AINode_timecho.md
rename to src/zh/UserGuide/latest/User-Manual/AINode_timecho.md

Reply via email to