v0.6.0

vanna-ai/vannav0.6.0Jun 7, 2024by zainhoda

AI Summary

A significant update introducing Function RAG for SQL generation, new ClickHouse database support, and enhancements to vLLM authentication and prompt length configuration.

Key Highlights

  • Introduced Function RAG for SQL
  • Added ClickHouse database support
  • Added vLLM authentication support
  • Configurable max prompt length

New Features

  • Function RAG for SQL
  • ClickHouse connection
  • vLLM auth support
  • Configurable max prompt length

Full Release Notes

## What's Changed
* Function RAG for SQL Generation by @zainhoda in https://github.com/vanna-ai/vanna/pull/485
* Add auth-key support and validation to vLLM by @ishitachauhan12 in https://github.com/vanna-ai/vanna/pull/455
* Fix qdrant `remove_training_data` api by @AlbertoLanaro in https://github.com/vanna-ai/vanna/pull/478
* Allow user to specify max prompt length by @ThomasBarnette in https://github.com/vanna-ai/vanna/pull/484
* feat: Add ClickHouse connection via clickhouse_connect by @PucaVaz in https://github.com/vanna-ai/vanna/pull/473
* fix(flask): missing fig_json error by @Molrn in https://github.com/vanna-ai/vanna/pull/470
* Two optimizations: log and allow_llm_to_see_data by @peilongchencc in https://github.com/vanna-ai/vanna/pull/454
* fix for colab create_function by @zainhoda in https://github.com/vanna-ai/vanna/pull/487

## New Contributors
* @ishitachauhan12 made their first contribution in https://github.com/vanna-ai/vanna/pull/455
* @AlbertoLanaro made their first contribution in https://github.com/vanna-ai/vanna/pull/478
* @ThomasBarnette made their first contribution in https://github.com/vanna-ai/vanna/pull/484
* @PucaVaz made their first contribution in https://github.com/vanna-ai/vanna/pull/473

**Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.5.5...v0.6.0