Skip to content

Releases: vanna-ai/vanna

v0.4.0

16 Apr 19:16
4ddc61e
Compare
Choose a tag to compare

What's Changed

  • [Scalabrese] Added client_session_keep_alive = True to Snowflake by @scalabreseGD in #360
  • Adding Google Gemini Chat integration to Vanna by @vipgupta in #356
  • parameterized the number of documentation documents to be retrieved by @GiacomoPracucci in #354
  • Add abstractions for VannaFlaskApp login by @zainhoda in #365

New Contributors

Full Changelog: v0.3.4...v0.4.0

v0.3.4

12 Apr 19:53
570968d
Compare
Choose a tag to compare

What's Changed

  • [Scalabrese] Added collection_metadata parameter for ChromaDB by @scalabreseGD in #349
  • Add sql extraction in case of non-markdown response or CTE by @Aymane11 in #350
  • Added native support for Oracle database by @Godnessy in #343
  • Simplify VannaDefault and add model creation / listing by @zainhoda in #359

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

05 Apr 14:51
7da87cc
Compare
Choose a tag to compare

What's Changed

  • Add regular and shortcut import tests by @andreped in #323
  • Allow to set model for separate submit_prompt calls to OpenAI by @andreped in #333
  • Add support for setting number of follow-up questions by @andreped in #316
  • fix: avoid duplicate DDL and question-sql in chromadb by @everdark in #336
  • Add comment column to training plan for increased LLM understanding by @jonnyeqt in #297
  • Update plan tests by @zainhoda in #339

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

01 Apr 21:23
9f13726
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 Mar 23:56
4976326
Compare
Choose a tag to compare

What's Changed

  • Added smart import shortcuts for some submodules by @andreped in #321
    (fixes the Ollama imports and makes it simpler to do other imports)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Mar 14:06
5824eff
Compare
Choose a tag to compare

What's Changed

  • add support for MySQL by @kun321 in #277
  • Make initial prompt used in get_sql_prompt() a passable parameter by @anugyas in #284
  • Moved Ollama implementation to ollama.py; removed redundant import in mistral.py; minor linting in both by @andreped in #259
  • add support for anthropic claude by @kun321 in #287
  • fix(flask): no followup questions error by @Molrn in #308
  • Built-in Flask App Upgrades by @zainhoda in #319

New Contributors

Full Changelog: v0.2.1...v0.3.0

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