langchain_community 0.3.2+1 copy "langchain_community: ^0.3.2+1" to clipboard
langchain_community: ^0.3.2+1 copied to clipboard

LangChain.dart third-party integrations that don't have a dedicated package.

📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.


0.3.2+1 #

  • FIX: UUID 'Namespace' can't be assigned to the parameter type 'String?' (#566). (1e93a595)

0.3.2 #

  • FEAT: Add support for deleteWhere in ObjectBoxVectorStore (#552). (90918bba)
  • REFACTOR: Add stubs for ObjectBox on web platform (#553). (41caed92)

0.3.1 #

  • FEAT: Deprecate OpenAIToolsAgent in favour of ToolsAgent (#532). (68d8011a)

0.3.0 #

  • FEAT: Implement additive options merging for cascade bind calls (#500). (8691eb21)
  • REFACTOR: Depend on exact versions for internal 1st party dependencies (#484). (244e5e8f)

0.2.2 #

  • FEAT: Add support for TavilySearchResultsTool and TavilyAnswerTool (#467). (a9f35755)

0.2.1+1 #

  • FIX: Add missing dependency in langchain_community package (#448). (70ffd027)

0.2.1 #

0.2.0+1 #

  • Update a dependency to the latest release.

0.2.0 #

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)

0.1.0+2 #

  • Update a dependency to the latest release.

0.1.0+1 #

  • Update a dependency to the latest release.

0.1.0 #

Note: This release has breaking changes.
Migration guide

  • BREAKING REFACTOR: Introduce langchain_core and langchain_community packages (#328). (5fa520e6)

0.0.1-dev.2 #

  • FEAT: Update meta and test dependencies (#331). (912370ee)

0.0.1-dev.1 #

  • Bootstrap package.