v0.4.0
vanna-ai/vannav0.4.0Apr 16, 2024by zainhoda
AI Summary
Added Google Gemini Chat integration, improved Snowflake session management, and Flask app login abstractions.
Key Highlights
- Added Google Gemini Chat integration
- Parameterized the number of documentation documents retrieved
- Added abstractions for VannaFlaskApp login
New Features
- Google Gemini Chat integration
- Snowflake session keep-alive
- Parameterized documentation retrieval
- Flask app login abstractions
Full Release Notes
## What's Changed * [Scalabrese] Added client_session_keep_alive = True to Snowflake by @scalabreseGD in https://github.com/vanna-ai/vanna/pull/360 * Adding Google Gemini Chat integration to Vanna by @vipgupta in https://github.com/vanna-ai/vanna/pull/356 * parameterized the number of documentation documents to be retrieved by @GiacomoPracucci in https://github.com/vanna-ai/vanna/pull/354 * Add abstractions for VannaFlaskApp login by @zainhoda in https://github.com/vanna-ai/vanna/pull/365 ## New Contributors * @vipgupta made their first contribution in https://github.com/vanna-ai/vanna/pull/356 * @GiacomoPracucci made their first contribution in https://github.com/vanna-ai/vanna/pull/354 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.3.4...v0.4.0