langchain_community 0.3.4
langchain_community: ^0.3.4 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.4 #
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix static instance of ObjectBoxVectorStore (#684). (719ead93)
- FIX: Fix langchain_community WASM compatibility (#660). (0be8aae4)
- FIX: Fix linter issues (#656). (88a79c65)
- FIX: Made apiKey optional for
TavilyAnswerTool
andTavilySearchResultsTool
(#646). (5085ea4a)
0.3.3 #
- FEAT: Add support for DirectoryLoader (#620). (4730f2a3)
- FEAT: Expose internal store in ObjectBoxVectorStore (#611). (c33f2e07)
- FIX: Chinese character support on web loader (#600). (48e64d5b)
- REFACTOR: Add new lint rules and fix issues (#621). (60b10e00)
- REFACTOR: Upgrade api clients generator version (#610). (0c8750e8)
0.3.2+1 #
0.3.2 #
0.3.0 #
0.2.1 #
- FEAT: Add support for ObjectBoxVectorStore (#438). (81e167a6)
- Check out the ObjectBoxVectorStore documentation
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".
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
0.0.1-dev.1 #
- Bootstrap package.