Releases: vanna-ai/vanna
Releases · vanna-ai/vanna
v0.1.1
v0.1.0
What's Changed
- Minor refactoring in ChromaDB class; renamed method; added description to method by @andreped in #214
- Refactored if statement in __rpc_call to improve readability by @andreped in #213
- Return sql and dataframe if call is successful by @danielcorin in #208
- Update some spellings in questions.json by @aus1st in #226
- Refactor to support Ollama by @zainhoda in #244
- Adds flask dependency by @ArthurMor4is in #243
- Issue templates by @andreped in #224
- Fix JSON serialization issue in ChromaDB_VectorStore by @relic-yuexi in #230
- Update base.py by @dbtzy in #207
- Add .editorconfig for Consistent Python Coding Styles by @tal7aouy in #168
New Contributors
- @andreped made their first contribution in #214
- @danielcorin made their first contribution in #208
- @aus1st made their first contribution in #226
- @ArthurMor4is made their first contribution in #243
- @dbtzy made their first contribution in #207
- @tal7aouy made their first contribution in #168
Full Changelog: v0.0.38...v0.1.0
v0.0.38
What's Changed
- Fixed Formatting Issue by @archit0 in #201
- Fix indent issue by @theharshpat in #200
New Contributors
- @theharshpat made their first contribution in #200
Full Changelog: v0.0.37...v0.0.38
v0.0.37
v0.0.36
What's Changed
- add a visualize param for the ask function by @relic-yuexi in #160
- DuckDB support by @alitrack in #164
- fix: update deps to allow psycopg2 installation on poetry by @vikyw89 in #175
- Update OpenAI class for new Azure API by @zainhoda in #178
- update documentation for azure and sqlite by @zainhoda in #179
New Contributors
- @relic-yuexi made their first contribution in #160
- @alitrack made their first contribution in #164
- @vikyw89 made their first contribution in #175
Full Changelog: v0.0.35...v0.0.36
v0.0.35
v0.0.34
v0.0.33
Add experimental built-in Flask app
What's Changed
This release allows you to launch the Flask app within a Jupyter notebook (or any other Python environment). Critically this works within Colab so you can get a quick POC with a UI up and running without having to clone a repo.
from vanna.flask import VannaFlaskApp
VannaFlaskApp(vn).run()
Full Changelog: v0.0.31...v0.0.32