demo数据
This commit is contained in:
180
demo/水务/水务-gemini2.5-snippet-alias.json
Normal file
180
demo/水务/水务-gemini2.5-snippet-alias.json
Normal file
@ -0,0 +1,180 @@
|
||||
[
|
||||
{
|
||||
"id": "snpt_count-service-points-by-dimension",
|
||||
"aliases": [
|
||||
{
|
||||
"text": "各个区有多少水表",
|
||||
"tone": "口语"
|
||||
},
|
||||
{
|
||||
"text": "按维度统计用水点数",
|
||||
"tone": "中性"
|
||||
},
|
||||
{
|
||||
"text": "各维度用水点数量分布",
|
||||
"tone": "专业"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"用水点数",
|
||||
"service_point_count",
|
||||
"数量",
|
||||
"统计",
|
||||
"汇总",
|
||||
"aggregate",
|
||||
"维度",
|
||||
"dimension",
|
||||
"区域",
|
||||
"district",
|
||||
"供水所",
|
||||
"分组统计",
|
||||
"水表"
|
||||
],
|
||||
"intent_tags": [
|
||||
"aggregate",
|
||||
"by_dimension"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "snpt_topn-service-points-by-dimension",
|
||||
"aliases": [
|
||||
{
|
||||
"text": "哪个地方水表最多",
|
||||
"tone": "口语"
|
||||
},
|
||||
{
|
||||
"text": "用水点数Top-N排名",
|
||||
"tone": "中性"
|
||||
},
|
||||
{
|
||||
"text": "Top-N用水点数维度排行",
|
||||
"tone": "专业"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"Top-N",
|
||||
"top",
|
||||
"排名",
|
||||
"排行",
|
||||
"ranking",
|
||||
"最多",
|
||||
"用水点数",
|
||||
"service_point_count",
|
||||
"维度",
|
||||
"dimension",
|
||||
"站点",
|
||||
"station",
|
||||
"水表"
|
||||
],
|
||||
"intent_tags": [
|
||||
"topn",
|
||||
"by_dimension"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "snpt_ratio-service-points-by-dimension",
|
||||
"aliases": [
|
||||
{
|
||||
"text": "各种水表各占多少",
|
||||
"tone": "口语"
|
||||
},
|
||||
{
|
||||
"text": "各维度用水点数占比",
|
||||
"tone": "中性"
|
||||
},
|
||||
{
|
||||
"text": "用水点维度构成分析",
|
||||
"tone": "专业"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"占比",
|
||||
"percentage",
|
||||
"百分比",
|
||||
"ratio",
|
||||
"构成",
|
||||
"分布",
|
||||
"用水点数",
|
||||
"水表类型",
|
||||
"meter_type",
|
||||
"维度",
|
||||
"dimension",
|
||||
"水表"
|
||||
],
|
||||
"intent_tags": [
|
||||
"ratio",
|
||||
"by_dimension"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "snpt_quality-check-duplicate-spid",
|
||||
"aliases": [
|
||||
{
|
||||
"text": "有没有重复的水表号",
|
||||
"tone": "口语"
|
||||
},
|
||||
{
|
||||
"text": "检查重复的用水点ID",
|
||||
"tone": "中性"
|
||||
},
|
||||
{
|
||||
"text": "用水点ID唯一性校验",
|
||||
"tone": "专业"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"数据质量",
|
||||
"quality",
|
||||
"检查",
|
||||
"校验",
|
||||
"重复",
|
||||
"duplicate",
|
||||
"唯一性",
|
||||
"uniqueness",
|
||||
"用水点ID",
|
||||
"service_point_id",
|
||||
"异常检测",
|
||||
"主键"
|
||||
],
|
||||
"intent_tags": [
|
||||
"quality",
|
||||
"by_dimension"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "snpt_sample-filter-service-points-by-dims",
|
||||
"aliases": [
|
||||
{
|
||||
"text": "给我看城区的机械表",
|
||||
"tone": "口语"
|
||||
},
|
||||
{
|
||||
"text": "按多维度筛选用水点",
|
||||
"tone": "中性"
|
||||
},
|
||||
{
|
||||
"text": "多维组合条件过滤用水点",
|
||||
"tone": "专业"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"筛选",
|
||||
"过滤",
|
||||
"filter",
|
||||
"查询",
|
||||
"明细",
|
||||
"列表",
|
||||
"sample",
|
||||
"用水点",
|
||||
"区域",
|
||||
"district",
|
||||
"水表类型",
|
||||
"meter_type",
|
||||
"条件查询"
|
||||
],
|
||||
"intent_tags": [
|
||||
"sample",
|
||||
"filter"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user