Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

feature(ai-service): wren-ui dry-run SQL API instead of wren-engine API #400

Closed paopa closed 3 months ago

paopa commented 3 months ago

As the title suggests, this PR uses the Wren-UI endpoint to dry-run the SQL for validation. This PR only replaces the endpoint, but there are still some details that need to be fixed, such as the CI and the development tool, which also need to start the UI and Ibis server. We will create a follow-up PR to address these issues.