v0.3.0

vanna-ai/vannav0.3.0Mar 27, 2024by zainhoda

AI Summary

Added support for MySQL and Anthropic Claude, upgraded the built-in Flask App, and improved prompt customization.

Key Highlights

  • Added MySQL database support
  • Added Anthropic Claude integration
  • Made initial prompt a passable parameter
  • Upgraded built-in Flask App
  • Fixed no followup questions error

New Features

  • MySQL support
  • Anthropic Claude support
  • Customizable initial prompt parameter
  • Flask app upgrades
  • No followup questions fix

Full Release Notes

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

## New Contributors
* @kun321 made their first contribution in https://github.com/vanna-ai/vanna/pull/277
* @anugyas made their first contribution in https://github.com/vanna-ai/vanna/pull/284
* @Molrn made their first contribution in https://github.com/vanna-ai/vanna/pull/308

**Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.2.1...v0.3.0