You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your requirements or suggestions for improvement
目前如果用一些大白话去提问,例如问“行政的员工有多少人”,它生成的SQL匹配的字段是直接用“行政”这个字段去搜索,而不是数据库里的实际字段,例如数据库里是“行政管理”,它则无法搜索。建议生成具体SQL字段时,先查询相关的列里,含有哪些字段,然后跟问题里的字段匹配看哪个相关度最高,然后再用实际的数据库字段去做查询。