v0.0.22
vanna-ai/vannav0.0.22Aug 31, 2023by zainhoda
AI Summary
This release focuses on repository restructuring, introduces local context storage using ChromaDB, and refactors the DDL parameter to SQL. It also includes various import fixes and formatting improvements.
Key Highlights
- Repository renamed
- Local Context Storage using ChromaDB
- Replace ddl parameter with sql
- Added pre-commit hooks
Breaking Changes
- Replace ddl parameter with sql
New Features
- Local Context Storage using ChromaDB
- Papers section
- Navbar addition
- Import fixes
Full Release Notes
## What's Changed * rename repo by @zainhoda in https://github.com/vanna-ai/vanna/pull/87 * Add "Contributing" into the README.md by @arslanhashmi in https://github.com/vanna-ai/vanna/pull/97 * Use `tox` in GH action by @arslanhashmi in https://github.com/vanna-ai/vanna/pull/89 * Add pre-commit hook by @arslanhashmi in https://github.com/vanna-ai/vanna/pull/93 * Replace ddl parameter with sql by @arslanhashmi in https://github.com/vanna-ai/vanna/pull/91 * get related training data by @zainhoda in https://github.com/vanna-ai/vanna/pull/98 * Papers by @zainhoda in https://github.com/vanna-ai/vanna/pull/100 * Navbar by @zainhoda in https://github.com/vanna-ai/vanna/pull/101 * import fix by @zainhoda in https://github.com/vanna-ai/vanna/pull/102 * import fix 2 by @zainhoda in https://github.com/vanna-ai/vanna/pull/103 * Local Context Storage using ChromaDB by @zainhoda in https://github.com/vanna-ai/vanna/pull/105 * formatting fixes by @zainhoda in https://github.com/vanna-ai/vanna/pull/106 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.0.21...v0.0.22