v0.6.3
vanna-ai/vannav0.6.3Jul 12, 2024by zainhoda
AI Summary
The release addresses critical bugs, such as incorrect SQL extraction for Common Table Expressions (CTEs), while expanding platform support with Weaviate and AWS Bedrock integration, along with HuggingFace model quantization.
Key Highlights
- Fixed regex for CTE SQL extraction
- Added Weaviate database support
- Added AWS Bedrock integration
- Added HuggingFace quantization support
New Features
- Weaviate database support
- Bedrock integration
- HuggingFace quantization support
Full Release Notes
## What's Changed * Fix regex in `extract_sql` to correctly handle SQL containing CTEs (without matching WITHIN) by @mahendrasinghbora in https://github.com/vanna-ai/vanna/pull/512 * Added quantization support for huggingface models by @SMAntony in https://github.com/vanna-ai/vanna/pull/509 * Added weaviate database for vanna by @ishitachauhan12 in https://github.com/vanna-ai/vanna/pull/543 * feat: Bedrock_Converse integration by @lopezfelipe in https://github.com/vanna-ai/vanna/pull/540 * fix: model name for gemini chat is hardcoded when no api-key is used by @everdark in https://github.com/vanna-ai/vanna/pull/535 ## New Contributors * @mahendrasinghbora made their first contribution in https://github.com/vanna-ai/vanna/pull/512 * @SMAntony made their first contribution in https://github.com/vanna-ai/vanna/pull/509 * @lopezfelipe made their first contribution in https://github.com/vanna-ai/vanna/pull/540 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.6.2...v0.6.3