v0.6.4

vanna-ai/vannav0.6.4Jul 26, 2024by zainhoda

AI Summary

This update focuses on stability and usability improvements, including fixes for Anthropic client interactions, the addition of Swagger documentation for the Flask API, and new features for SQL syntax validation and enhanced database connection options.

Key Highlights

  • Fixed Anthropic client temperature issue
  • Added Swagger documentation for Flask
  • SQL syntax validation feature
  • Enhanced database connection options

New Features

  • SQL syntax validation
  • Enhanced DB connection options
  • Swagger documentation

Full Release Notes

## What's Changed
* Fix anthropic_chat.py - self.temperature doesn't exist if an Anthropic client is passed into VannaBase by @tdstark in https://github.com/vanna-ai/vanna/pull/564
* Attempt issue #403 by @supercoder-dev in https://github.com/vanna-ai/vanna/pull/491
* chore: update questions.json by @eltociear in https://github.com/vanna-ai/vanna/pull/503
* Remove max_tokens from openai_chat.py by @boeckers in https://github.com/vanna-ai/vanna/pull/563
* Split VannaFlaskApp into an API and full app by @Molrn in https://github.com/vanna-ai/vanna/pull/508
* Document Flask API with Swagger by @Molrn in https://github.com/vanna-ai/vanna/pull/513
* feat: add  Validate the syntax of the output SQL to ensure it is correct and executable. by @zyclove in https://github.com/vanna-ai/vanna/pull/520
* #548: Added support for additional db connect options. by @pygeek in https://github.com/vanna-ai/vanna/pull/549

## New Contributors
* @tdstark made their first contribution in https://github.com/vanna-ai/vanna/pull/564
* @supercoder-dev made their first contribution in https://github.com/vanna-ai/vanna/pull/491
* @eltociear made their first contribution in https://github.com/vanna-ai/vanna/pull/503
* @boeckers made their first contribution in https://github.com/vanna-ai/vanna/pull/563
* @pygeek made their first contribution in https://github.com/vanna-ai/vanna/pull/549

**Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.6.3...v0.6.4