Changelog
Extending Vector database support
This update adds new vector database integrations, improvements to DuckDuckGo tool and Gemini model and new cookbooks.
New Features
Cassandra Vector Database: Introduced support for Apache Cassandra as a Vector Database, leveraging CassIO for vector storage and retrieval.
ClickHouse as a Vector Database: Added support for ClickHouse as a Vector Database
Improvements
DuckDuckGo Modifier: Added a modifier parameter to the DuckDuckGo tool, allowing users to refine searches with site-specific queries, file type filters, and safe search toggles.
Enhanced Error Handling for python-docx: Improved error messaging for scenarios where the python-docx library is not installed, providing clearer guidance and smoother debugging.
Bug Fixes
Qdrant Default Embedder : Removed OpenAI as the default embedder for Qdrant, enabling user-configurable embeddings.
Gemini Import Fix : Fixed an issue where missing OpenAI library dependencies caused errors when using Gemini.
What's Changed
- OpenAI audio agent by @ysolanky in #1631
- Fix typos in debug output by @chug2k in #1661
- fix qdrant default embedder by @ysolanky in #1643
- gather agents example by @ysolanky in #1633
- Add Cassandra Integration as Vector Database for Phidata by @VedantS20 in #1447
- #1326: Add clickhouse as a VectorDb. by @vodkar in #1503
- dream decoder agent by @Ayush0054 in #1561
- chore: update assistant.py by @eltociear in #1648
- Improvement: Better error handling when python-docx isn't installed by @manthanguptaa in #1640
- Added a Legal Advisor Agent by @srexrg in #1629
- Very minor change - Just ignoring all possible virtual envs as people… by @gauravdhiman in #1620
- Add optional ddg modifier by @sroecker in #1580
- Gemini import fix by @ysolanky in #1663
New Contributors
- @chug2k made their first contribution in #1661
- @VedantS20 made their first contribution in #1447
- @srexrg made their first contribution in #1629
- @sroecker made their first contribution in #1580
Full Changelog: v2.7.5...v2.7.6