vanna生成图表

Zain Hoda 99ce723630 init il y a 2 ans
static 99ce723630 init il y a 2 ans
.gitignore 99ce723630 init il y a 2 ans
LICENSE 618cc10548 Initial commit il y a 2 ans
README.md 99ce723630 init il y a 2 ans
app.py 99ce723630 init il y a 2 ans
cache.py 99ce723630 init il y a 2 ans
requirements.txt 99ce723630 init il y a 2 ans

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