v0.0.36
vanna-ai/vannav0.0.36Jan 23, 2024by zainhoda
AI Summary
Added DuckDB support and updated dependencies for Azure API and Poetry.
Key Highlights
- DuckDB support added
- Updated OpenAI class for new Azure API
- Added visualize parameter for ask function
New Features
- DuckDB support
- Azure API update
- Visualization parameter
- Poetry dependency updates
Full Release Notes
## What's Changed * add a visualize param for the ask function by @relic-yuexi in https://github.com/vanna-ai/vanna/pull/160 * DuckDB support by @alitrack in https://github.com/vanna-ai/vanna/pull/164 * fix: update deps to allow psycopg2 installation on poetry by @vikyw89 in https://github.com/vanna-ai/vanna/pull/175 * Update OpenAI class for new Azure API by @zainhoda in https://github.com/vanna-ai/vanna/pull/178 * update documentation for azure and sqlite by @zainhoda in https://github.com/vanna-ai/vanna/pull/179 ## New Contributors * @relic-yuexi made their first contribution in https://github.com/vanna-ai/vanna/pull/160 * @alitrack made their first contribution in https://github.com/vanna-ai/vanna/pull/164 * @vikyw89 made their first contribution in https://github.com/vanna-ai/vanna/pull/175 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.0.35...v0.0.36