-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在线查询 支持AI根据描述生成查询语句 #2726
在线查询 支持AI根据描述生成查询语句 #2726
Conversation
你好!感谢你反馈的问题/bug,但是你的描述好像是空的,我们需要你完整的信息,这样才能帮你解决问题 如果不知道怎么写,在新建issue的时候有若干个模板可供选择,祝好! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2726 +/- ##
==========================================
+ Coverage 77.14% 77.22% +0.07%
==========================================
Files 117 119 +2
Lines 16174 16296 +122
==========================================
+ Hits 12477 12584 +107
- Misses 3697 3712 +15 ☔ View full report in Codecov by Sentry. |
建议可以自定义配置base_url,国内很多AI模型都兼容openai接口规范,这样只要配置接口地址+key就可以很方便接入其他AI |
在系统配置的配置项管理中提供了 base_url + key + default_chat_model 的自定义配置 |
在线查询页面中,输入指定的查询描述以及选择好数据结构,点击生成SQL按钮可以通过 openai 实现自动生成查询语句,并将返回置于查询内容框中