v0.5.2

vanna-ai/vannav0.5.2May 6, 2024by zainhoda

AI Summary

This release adds Presto database support and introduces an auto-indexing feature, alongside fixes for BigQuery authentication and Qdrant collection naming.

Key Highlights

  • Added Presto database support
  • Added auto create_index_if_not_exists
  • Fixed BigQuery authentication logic
  • Refactored Qdrant collection names

New Features

  • Presto database support
  • Auto-index creation
  • Qdrant collection name refactoring

Full Release Notes

## What's Changed
* feat:add support presto by @zyclove in https://github.com/vanna-ai/vanna/pull/415
* ใ€featใ€‘add auto create_index_if_not_exists by @zyclove in https://github.com/vanna-ai/vanna/pull/411
* fix(bigquery-connection): Fix chain authen logic when we try to create bigquery client by @lethanhduong in https://github.com/vanna-ai/vanna/pull/405
* refactor: Configurable collection names in Qdrant_VectorStore by @Anush008 in https://github.com/vanna-ai/vanna/pull/407
* Qdrant delete ID from training data minor mistake by @sourabh-patil in https://github.com/vanna-ai/vanna/pull/406

## New Contributors
* @lethanhduong made their first contribution in https://github.com/vanna-ai/vanna/pull/405
* @sourabh-patil made their first contribution in https://github.com/vanna-ai/vanna/pull/406

**Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.5.1...v0.5.2