You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially the last commands at the bottom are important for me: from vanna.flask import VannaFlaskApp app = VannaFlaskApp(vn) app.run()
I would like to configure "followup_questions" and "auto_fix_sql" but i am unsure how i would do this? I already configured the flask app to be available not only on localhost by changing the last line to "app.run(port=5000, host='0.0.0.0')". So i assumed i would just have to set these arguments in the braces aswell, but that didnt work. Can anyone help me solve this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, i am not much familiar with flask, so i am trying to setup vanna-ai with flask using the given instructions here https://vanna.ai/docs/mssql-openai-azure-chromadb/
Especially the last commands at the bottom are important for me:
from vanna.flask import VannaFlaskApp app = VannaFlaskApp(vn) app.run()
I would like to configure "followup_questions" and "auto_fix_sql" but i am unsure how i would do this? I already configured the flask app to be available not only on localhost by changing the last line to "app.run(port=5000, host='0.0.0.0')". So i assumed i would just have to set these arguments in the braces aswell, but that didnt work. Can anyone help me solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions