v0.2.0

vanna-ai/vannav0.2.0Mar 2, 2024by zainhoda

AI Summary

Introduced in-memory storage options and enhanced OpenAI chat configuration, including max_tokens and temperature settings.

Key Highlights

  • Added support for in-memory storage
  • Added support for setting max_tokens and temperature in OpenAI Chat
  • Added support for setting number of retrieved similar SQL queries
  • Generate summaries and followup questions automatically

New Features

  • In-memory storage
  • OpenAI temperature setting
  • OpenAI max_tokens setting
  • Configurable similar SQL retrieval
  • Summary generation
  • Follow-up questions

Full Release Notes

## What's Changed
* Add support for in-memory storage and providing client directly in Chroma through API by @andreped in https://github.com/vanna-ai/vanna/pull/250
* Adds support for setting max_tokens and temperature in OpenAI Chat by @andreped in https://github.com/vanna-ai/vanna/pull/263
* Add support for setting number of retrieved similar sql queries in chroma by @andreped in https://github.com/vanna-ai/vanna/pull/268
* Generate summaries and followup questions by @zainhoda in https://github.com/vanna-ai/vanna/pull/271
* Add chroma test by @zainhoda in https://github.com/vanna-ai/vanna/pull/273


**Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.1.1...v0.2.0