v0.5.5

vanna-ai/vannav0.5.5May 20, 2024by zainhoda

AI Summary

This release focuses on stability fixes, correcting JSON parsing exceptions and string concatenation issues, while adding support for the Pinecone vectorstore.

Key Highlights

  • Fixed JSON parse exception bug
  • Fixed string concatenation in prompt
  • Added Pinecone vectorstore support
  • Fixed ask function return value

New Features

  • Pinecone vectorstore support

Full Release Notes

## What's Changed
* fix: json_parse_exception bug by set http_compress=False default  by @zyclove in https://github.com/vanna-ai/vanna/pull/436
* Fix string concatenation in initial_prompt by @peilongchencc in https://github.com/vanna-ai/vanna/pull/449
* feat: pinecone vectorstore by @chip-davis in https://github.com/vanna-ai/vanna/pull/426
* Fixed a bug where the ask function did not return fig by @xtuhcy in https://github.com/vanna-ai/vanna/pull/434

## New Contributors
* @peilongchencc made their first contribution in https://github.com/vanna-ai/vanna/pull/449
* @chip-davis made their first contribution in https://github.com/vanna-ai/vanna/pull/426
* @xtuhcy made their first contribution in https://github.com/vanna-ai/vanna/pull/434

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