Skip to content

Releases: vanna-ai/vanna

v0.2.1

05 Mar 16:27
6afef33
Compare
Choose a tag to compare

What's Changed

  • Fix the max tokens bug when passing in an OpenAI client by @zainhoda in #278

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Mar 05:00
f7e57c5
Compare
Choose a tag to compare

What's Changed

  • Add support for in-memory storage and providing client directly in Chroma through API by @andreped in #250
  • Adds support for setting max_tokens and temperature in OpenAI Chat by @andreped in #263
  • Add support for setting number of retrieved similar sql queries in chroma by @andreped in #268
  • Generate summaries and followup questions by @zainhoda in #271
  • Add chroma test by @zainhoda in #273

Full Changelog: v0.1.1...v0.2.0

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