v1.0.7
Changelog
New Features:
- Google Sheets Toolkit: Added a basic toolkit for reading, creating and updating Google sheets.
- Weviate Vector Store: Added support for Weviate as a vector store.
Improvements:
- Mistral Async: Mistral now supports async execution via
agent.arun()
andagent.aprint_response()
. - Cohere Async: Cohere now supports async execution via
agent.arun()
andagent.aprint_response()
Bug Fixes:
- Retriever as knowledge source: Added small fix and examples for using the custom
retriever
parameter with an agent.
What's Changed
- Mistral Async implementation by @dirkbrnd in #2002
- Async Cohere by @manthanguptaa in #2004
- Google sheets tool ag 2636 by @ysolanky in #1994
- weaviate-vector-db-ag-2637 by @ysolanky in #1995
- Add custom retriever by @ashpreetbedi in #2013
- fix: chess readme env by @anuragts in #2016
Full Changelog: v1.0.6...v1.0.7