v0.7.0
vanna-ai/vannav0.7.0Aug 21, 2024by zainhoda
AI Summary
Major version bump introducing multi-turn conversations, QianwenAI integration, Azure Search vector support, and various bug fixes.
Key Highlights
- Introduced multi-turn conversations
- Added QianwenAI support
- Added Azure Search vector support
- Fixed Postgres reconnection after idle time
- Added ollama_timeout parameter
New Features
- Multi-turn conversations
- QianwenAI integration
- Azure Search vector support
- Postgres reconnection fix
- Ollama timeout parameter
Full Release Notes
## What's Changed * add ollama_timeout param by @dufeng1010 in https://github.com/vanna-ai/vanna/pull/604 * Multi-turn conversations by @zainhoda in https://github.com/vanna-ai/vanna/pull/609 * fix: Postgres doesn't reconnect after idle time #541 by @sinjup in https://github.com/vanna-ai/vanna/pull/607 * Fix old links in documentation by @zainhoda in https://github.com/vanna-ai/vanna/pull/603 * Feature/azuresearch vector support by @lucaordronneau in https://github.com/vanna-ai/vanna/pull/598 * <feat><QianwenAI>add QianwenAI call function by @dusens in https://github.com/vanna-ai/vanna/pull/590 ## New Contributors * @dufeng1010 made their first contribution in https://github.com/vanna-ai/vanna/pull/604 * @sinjup made their first contribution in https://github.com/vanna-ai/vanna/pull/607 * @lucaordronneau made their first contribution in https://github.com/vanna-ai/vanna/pull/598 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.6.6...v0.7.0