v1.0.7
February 5, 2025
1.0.7
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 retrieverparameter with an agent.
