📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.
- FIX: Update ObjectBox SDK to v4.0.3 to fix StorageException in iOS (#581). (943811a5)
- FIX: UUID 'Namespace' can't be assigned to the parameter type 'String?' (#566). (1e93a595)
- FEAT: Add support for deleteWhere in ObjectBoxVectorStore (#552). (90918bba)
- REFACTOR: Add stubs for ObjectBox on web platform (#553). (41caed92)
- FEAT: Deprecate OpenAIToolsAgent in favour of ToolsAgent (#532). (68d8011a)
- FEAT: Implement additive options merging for cascade bind calls (#500). (8691eb21)
- REFACTOR: Depend on exact versions for internal 1st party dependencies (#484). (244e5e8f)
- FEAT: Add support for TavilySearchResultsTool and TavilyAnswerTool (#467). (a9f35755)
- FIX: Add missing dependency in langchain_community package (#448). (70ffd027)
- FEAT: Add support for ObjectBoxVectorStore (#438). (81e167a6)
- Update a dependency to the latest release.
Note: This release has breaking changes.
If you are using "function calling" check how to migrate to "tool calling".
- BREAKING FEAT: Migrate from function calling to tool calling (#400). (44413b83)
- BREAKING REFACTOR: Improve Tool abstractions (#398). (2a50aec2)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
Note: This release has breaking changes.
Migration guide
- BREAKING REFACTOR: Introduce langchain_core and langchain_community packages (#328). (5fa520e6)