v1.7.5
Changelog
New Features:
- SurrealDB: Added SurrealDB support as a vector DB for knowledge bases.
Improvements:
- Session Caching: Added
cache_sessionattribute to allow users to switch off session caching, which improves on memory management. - Workflows 2.0 FastAPI Support: Added support for running the new workflows in
FastAPIApp.
Bug Fixes:
- Nested Tool Hooks: Fixed bug with nested tool hooks.
What's Changed
- feat: Integrate Surrealdb as VectorDB by @dsaad68 in #3235
- feat: Deep research example [Nebius x Scrapegraph] by @Mustafa-Esoofally in #3863
- fix: Nested tool hooks by @dirkbrnd in #3876
- fix: Improve session memory usage by @dirkbrnd in #3877
- fix(knowledge): fixed async_document_lists call in combined.py by @zouchanglin in #3834
- [fix]: Added app_id as optional argument for Workflow v2. This PR fixes the issue #3882 by @SOORAJTS2001 in #3878
- chore: Release 1.7.5 by @dirkbrnd in #3885
New Contributors
- @zouchanglin made their first contribution in #3834
- @SOORAJTS2001 made their first contribution in #3878
Full Changelog: v1.7.4...v1.7.5