v0.6.1
vanna-ai/vannav0.6.1Jun 18, 2024by zainhoda
AI Summary
This update improves vector store reliability through fixes for Qdrant operations and introduces a new Milvus vectorstore, alongside a MySQL connection recovery mechanism.
Key Highlights
- Fixed Qdrant deletion API
- Fixed Qdrant id_suffixes issue
- Added Milvus vectorstore support
- Added MySQL reconnection logic
New Features
- Milvus vectorstore support
- MySQL reconnection logic
Full Release Notes
## What's Changed * Qdrant - Return `True` on successful deletion by @AlbertoLanaro in https://github.com/vanna-ai/vanna/pull/492 * fix: Qdrant id_suffixes when using custom collection names by @Anush008 in https://github.com/vanna-ai/vanna/pull/490 * add reconnect mysql if the connection is closed by @mingminsun in https://github.com/vanna-ai/vanna/pull/498 * Add Milvus vectorstore support by @zc277584121 in https://github.com/vanna-ai/vanna/pull/496 ## New Contributors * @mingminsun made their first contribution in https://github.com/vanna-ai/vanna/pull/498 * @zc277584121 made their first contribution in https://github.com/vanna-ai/vanna/pull/496 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.6.0...v0.6.1