diff --git a/scripts/db/data-annotation-init.sql b/scripts/db/data-annotation-init.sql index 14d18b2..825e413 100644 --- a/scripts/db/data-annotation-init.sql +++ b/scripts/db/data-annotation-init.sql @@ -95,8 +95,10 @@ DELETE FROM t_dm_annotation_templates WHERE built_in = 1; -- ============================================= -- 1. 音频/语音处理 (Audio/Speech Processing) +-- [已注释] 以下模板暂未调试完成 -- ============================================= +/* -- 1.1 自动语音识别(分段) INSERT INTO t_dm_annotation_templates ( id, name, description, data_type, labeling_type, @@ -316,11 +318,14 @@ INSERT INTO t_dm_annotation_templates ( 1, '1.0.0' ); +*/ -- ============================================= -- 2. 聊天评估 (Chat) +-- [已注释] 以下模板暂未调试完成 -- ============================================= +/* -- 2.1 聊天机器人评估 INSERT INTO t_dm_annotation_templates ( id, name, description, data_type, labeling_type, @@ -494,11 +499,14 @@ INSERT INTO t_dm_annotation_templates ( 1, '1.0.0' ); +*/ -- ============================================= -- 3. 计算机视觉 (Computer Vision) +-- [已注释] 以下模板暂未调试完成 -- ============================================= +/* -- 3.1 图像描述 INSERT INTO t_dm_annotation_templates ( id, name, description, data_type, labeling_type, @@ -752,6 +760,7 @@ INSERT INTO t_dm_annotation_templates ( 1, '1.0.0' ); +*/ -- ============================================= -- 4. 自然语言处理 (NLP) @@ -1180,8 +1189,10 @@ INSERT INTO t_dm_annotation_templates ( -- ============================================= -- 7. 结构化数据 (Structured Data) +-- [已注释] 以下模板暂未调试完成 -- ============================================= +/* -- 7.1 PDF分类 INSERT INTO t_dm_annotation_templates ( id, name, description, data_type, labeling_type, @@ -1245,11 +1256,14 @@ INSERT INTO t_dm_annotation_templates ( 1, '1.0.0' ); +*/ -- ============================================= -- 8. 时间序列 (Time Series) +-- [已注释] 以下模板暂未调试完成 -- ============================================= +/* -- 8.1 异常检测 INSERT INTO t_dm_annotation_templates ( id, name, description, data_type, labeling_type, @@ -1309,11 +1323,14 @@ INSERT INTO t_dm_annotation_templates ( 1, '1.0.0' ); +*/ -- ============================================= -- 9. 视频处理 (Videos) +-- [已注释] 以下模板暂未调试完成 -- ============================================= +/* -- 9.1 视频分类 INSERT INTO t_dm_annotation_templates ( id, name, description, data_type, labeling_type, @@ -1405,6 +1422,7 @@ INSERT INTO t_dm_annotation_templates ( 1, '1.0.0' ); +*/ -- ============================================= -- 10. 对话AI (Conversational AI)