Skip to content

Releases: vanna-ai/vanna

v0.1.1

21 Feb 06:03
b3d46dc
Compare
Choose a tag to compare

What's Changed

  • Add MS SQL connection by @zainhoda in #248
  • Slight fix for Postgres exceptions

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Feb 21:08
ef350bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.38...v0.1.0

v0.0.38

28 Jan 10:32
aeb4855
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.37...v0.0.38

v0.0.37

27 Jan 14:50
6ea5d51
Compare
Choose a tag to compare

What's Changed

  • Ability to pass client object in openai_embeddings.py by @archit0 in #191

New Contributors

Full Changelog: v0.0.36...v0.0.37

v0.0.36

23 Jan 05:04
19269d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.35...v0.0.36

v0.0.35

17 Jan 20:18
c804513
Compare
Choose a tag to compare
Merge pull request #158 from vanna-ai/flask-fix

Fix flask issue

v0.0.34

17 Jan 18:42
d064ffb
Compare
Choose a tag to compare

What's Changed

  • Parse out sql from code block by @zainhoda in #157
  • Fix transaction handling in run_sql_postgres and improve cursor management by @0xcha05 in #129

New Contributors

Full Changelog: v0.0.33...v0.0.34

v0.0.33

17 Jan 16:23
0684b5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.32...v0.0.33

Add experimental built-in Flask app

16 Jan 03:51
33db008
Compare
Choose a tag to compare

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

v0.0.31

08 Jan 22:22
8871564
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.30...v0.0.31