v1.4.5
Changelog
New Features:
- Embedder Support via AWS Bedrock:
AwsBedrockEmbedder
has been added with a default embedding model ofcohere.embed-multilingual-v3
. - Gemini Video Generation Tool: Added video generation capabilities to
GeminiTools
.
Improvements:
- Apify Revamp: Complete revamp of
ApifyTools
to make it completely compatible with Apify actors.
Bug Fixes:
- Tools with Optional Parameters on Llama API: Fixed edge cases with functions
What's Changed
- add warning if async is used with run in retriever by @kausmeows in #3070
- Remove MCP tool description by @dirkbrnd in #3072
- add aws bedrock embedder by @kausmeows in #3075
- Prevent json from loading dict by @alpha-xone in #3077
- Fix loading of sessions if no run has occurred by @dirkbrnd in #3084
- An agent that uses RAG to get recipes and generates images by @Mustafa-Esoofally in #3058
- Fix tool calling on Llama API by @dirkbrnd in #3064
- Fix memory for teams by @dirkbrnd in #3085
- Gemini video tools by @Mustafa-Esoofally in #3012
- Add better Apify integration with examples by @ohlava in #2566
- Release 1.4.5 by @dirkbrnd in #3086
New Contributors
Full Changelog: v1.4.4...v1.4.5