v0.1.0
vanna-ai/vannav0.1.0Feb 14, 2024by zainhoda
AI Summary
Major refactoring including Ollama support, Flask dependency addition, and improvements to the ChromaDB class.
Key Highlights
- Refactored to support Ollama
- Added Flask dependency
- Refactored ChromaDB class
- Return SQL and dataframe on success
New Features
- Ollama support
- Flask dependency
- ChromaDB refactoring
- JSON serialization fix
- SQL and DataFrame return capability
Full Release Notes
## What's Changed * Minor refactoring in ChromaDB class; renamed method; added description to method by @andreped in https://github.com/vanna-ai/vanna/pull/214 * Refactored if statement in __rpc_call to improve readability by @andreped in https://github.com/vanna-ai/vanna/pull/213 * Return sql and dataframe if call is successful by @danielcorin in https://github.com/vanna-ai/vanna/pull/208 * Update some spellings in questions.json by @aus1st in https://github.com/vanna-ai/vanna/pull/226 * Refactor to support Ollama by @zainhoda in https://github.com/vanna-ai/vanna/pull/244 * Adds flask dependency by @ArthurMor4is in https://github.com/vanna-ai/vanna/pull/243 * Issue templates by @andreped in https://github.com/vanna-ai/vanna/pull/224 * Fix JSON serialization issue in ChromaDB_VectorStore by @relic-yuexi in https://github.com/vanna-ai/vanna/pull/230 * Update base.py by @dbtzy in https://github.com/vanna-ai/vanna/pull/207 * Add .editorconfig for Consistent Python Coding Styles by @tal7aouy in https://github.com/vanna-ai/vanna/pull/168 ## New Contributors * @andreped made their first contribution in https://github.com/vanna-ai/vanna/pull/214 * @danielcorin made their first contribution in https://github.com/vanna-ai/vanna/pull/208 * @aus1st made their first contribution in https://github.com/vanna-ai/vanna/pull/226 * @ArthurMor4is made their first contribution in https://github.com/vanna-ai/vanna/pull/243 * @dbtzy made their first contribution in https://github.com/vanna-ai/vanna/pull/207 * @tal7aouy made their first contribution in https://github.com/vanna-ai/vanna/pull/168 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.0.38...v0.1.0