vanna生成图表

Zain Hoda 99ce723630 init пре 2 година
static 99ce723630 init пре 2 година
.gitignore 99ce723630 init пре 2 година
LICENSE 618cc10548 Initial commit пре 2 година
README.md 99ce723630 init пре 2 година
app.py 99ce723630 init пре 2 година
cache.py 99ce723630 init пре 2 година
requirements.txt 99ce723630 init пре 2 година

README.md

vanna-flask

Web server for chatting with your database

Setup

Set your environment variables

VANNA_MODEL=
VANNA_API_KEY=
SNOWFLAKE_ACCOUNT=
SNOWFLAKE_USERNAME=
SNOWFLAKE_PASSWORD=
SNOWFLAKE_DATABASE=
SNOWFLAKE_WAREHOUSE=

Install dependencies

pip install -r requirements.txt

Run the server

python app.py