[FEATURE]优化工作流里字段匹配
Open
@yayanpei-fit2cloud is already working on this.
Since Mar 6, 2026.
feature
- Dominant language
- JavaScript
- Stars
- 6.8k
- Forks
- 882
- Avg merge
- 4h 37m
- Merged PRs (30d)
- 32
Description
SQLBot versionv1.6.0
Please describe your requirements or suggestions for improvement
目前如果用一些大白话去提问,例如问“行政的员工有多少人”,它生成的SQL匹配的字段是直接用“行政”这个字段去搜索,而不是数据库里的实际字段,例如数据库里是“行政管理”,它则无法搜索。建议生成具体SQL字段时,先查询相关的列里,含有哪些字段,然后跟问题里的字段匹配看哪个相关度最高,然后再用实际的数据库字段去做查询。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.