Skip to content

Releases: vanna-ai/vanna

v0.5.0

30 Apr 21:35
6aa65a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

22 Apr 15:10
fcb69d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

21 Apr 03:21
033205d
Compare
Choose a tag to compare

What's Changed

  • fix: exceptions not caught with except Exception as e: by @Molrn in #372

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Apr 03:45
aec7d8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

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