Przeglądaj źródła

doc(plugin): tutorial to use python plugin (#1400)

Signed-off-by: Jiyong Huang <huangjy@emqx.io>

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
ngjaying 2 lat temu
rodzic
commit
507b4bd2b8

+ 8 - 0
docs/directory.json

@@ -93,6 +93,10 @@
 						{
 						{
 							"title": "使用 eKuiper 原生插件实现图像标注",
 							"title": "使用 eKuiper 原生插件实现图像标注",
 							"path": "tutorials/ai/tensorflow_lite_tutorial"
 							"path": "tutorials/ai/tensorflow_lite_tutorial"
+						},
+						{
+							"title": "使用 Python 函数插件运行 AI 算法",
+							"path": "tutorials/ai/python_tensorflow_lite_tutorial"
 						}
 						}
 					]
 					]
 				},
 				},
@@ -651,6 +655,10 @@
 						{
 						{
 							"title": "Label image by tensorflow lite model with eKuiper native plugin",
 							"title": "Label image by tensorflow lite model with eKuiper native plugin",
 							"path": "tutorials/ai/tensorflow_lite_tutorial"
 							"path": "tutorials/ai/tensorflow_lite_tutorial"
+						},
+						{
+							"title": "Running AI Algorithms with Python Function Plugins",
+							"path": "tutorials/ai/python_tensorflow_lite_tutorial"
 						}
 						}
 					]
 					]
 				},
 				},

Plik diff jest za duży
+ 284 - 0
docs/en_US/tutorials/ai/python_tensorflow_lite_tutorial.md


Plik diff jest za duży
+ 278 - 0
docs/zh_CN/tutorials/ai/python_tensorflow_lite_tutorial.md