提交nebula graph数据更新

main
liu 11 months ago
parent 57bb4f589b
commit 014906a488

@ -9,9 +9,9 @@ public enum IdentifyIntentEnum {
("业务的受理条件", "process_condition", "process_condition_edge", CollUtil.newArrayList("可不可以XXX", "可以办理XX","能不能够XXX","是否可以XXX","XXX我符合条件吗", "办理XXX满足条件吗")),
("业务的办理流程", "handler_process", "handler_process_edge", CollUtil.newArrayList("办理[]事项的流程是什么样的?")),
("业务的材料清单", "checklist", "checklist_edge", CollUtil.newArrayList("需要提交哪些具体文件或材料?", "如果材料不齐全或不符合要求,将如何处理?")),
("业务的受理范围", "accept_scope", "accept_scope_edge", CollUtil.newArrayList("")),
("业务的办理途径", "handler_channel", "handler_channel_edge", CollUtil.newArrayList("")),
("业务的办理窗口", "handler_place", "handler_place_edge", CollUtil.newArrayList(""));
("业务的受理范围", "accept_scope", "accept_scope_edge", CollUtil.newArrayList("什么人才能办理XX业务?")),
("业务的办理途径", "handler_channel", "handler_channel_edge", CollUtil.newArrayList("有什么途径可以办理XX业务?","可以线上办理XX吗?","可以线下办理XX吗?")),
("业务的办理窗口", "handler_place", "handler_place_edge", CollUtil.newArrayList("XX的办理窗口在哪里?","线下办理XX去哪里?"));
private final String intent;

Loading…
Cancel
Save