修复枚举对应错误,增加问答示例,优化提示词,优化问答示例结构增强检索效果

This commit is contained in:
yujj128
2025-10-23 16:52:25 +08:00
parent 75af77cf4a
commit a02f637994
5 changed files with 897 additions and 72 deletions

View File

@@ -432,24 +432,6 @@ person_database_ddl = """
"role": "dimension",
"tags": ["联系方式", "通讯信息"]
},
{
"name": "DHDATASTA",
"type": "INT",
"comment": "推送状态",
"values": {
"0": "新增",
"1": "更新"
},
"role": "dimension",
"tags": ["数据同步", "系统状态"]
},
{
"name": "auditor1",
"type": "VARCHAR(36)",
"comment": "处室负责人",
"role": "dimension",
"tags": ["审批信息", "负责人信息"]
},
{
"name": "person_count",
"type": "INT",