We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
首先感谢为text2sql领域做出的项目尝试
问题: 1 在测试中发现生成的部分sql在调用wren_ibis时发生适配问题,导致后续工作无法进行,排查发现在调用llm时生成的sql.py中的提示词未指定适配的数据库,直接使用了 ANSI SQL,导致生成sql不适配。
2 wren_ibis中对sql进行重写时也未适配数据库和版本
3 chart.py中直接调用llm生成chart json,但是部分模型对提示词中的json解析不够完善,导致无法返回正确的chart json,能否修改为首先获取对应的图形,然后获取对应x轴y轴和其他json所需的字段定义,最后替换对应的chart的json
4 相关问题消耗大量的token能否添加配置取消
The text was updated successfully, but these errors were encountered:
Hi @mywnlb, thanks for your feedback.
我發現你的問題除了第二點以外,都是與 Wren AI service 相關。建議可以到 Wren AI Issues 討論。
關於第二個問題,是我們持續再努力的方向。可以的話,如果有發現wren_ibis 產生的 SQL 在某種資料源或是特定版本下有問題,希望可以提交 issue 回報給我們。
謝謝
Sorry, something went wrong.
No branches or pull requests
首先感谢为text2sql领域做出的项目尝试
问题:
1 在测试中发现生成的部分sql在调用wren_ibis时发生适配问题,导致后续工作无法进行,排查发现在调用llm时生成的sql.py中的提示词未指定适配的数据库,直接使用了 ANSI SQL,导致生成sql不适配。
2 wren_ibis中对sql进行重写时也未适配数据库和版本
3 chart.py中直接调用llm生成chart json,但是部分模型对提示词中的json解析不够完善,导致无法返回正确的chart json,能否修改为首先获取对应的图形,然后获取对应x轴y轴和其他json所需的字段定义,最后替换对应的chart的json
4 相关问题消耗大量的token能否添加配置取消
The text was updated successfully, but these errors were encountered: