vanna-ai / vanna-flask

Web server for chatting with your database
MIT License
116 stars 53 forks source link

SQL Syntax Error: Three Backticks and 'sql' Keyword in generated response. #1

Closed sinjup closed 9 months ago

sinjup commented 9 months ago

Some SQL generated contain three backticks along with the 'SQL' keyword, resulting in an error when executing the SQL query.

Error details: image These additional contents in the response need to be eliminated.

sinjup commented 9 months ago

This issue has been fixed by https://github.com/vanna-ai/vanna/pull/157 -