Skip to content

Releases: langchain-ai/langchain-community

libs/community/v0.3.30

26 Sep 05:53
5e56619
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #288
  • Update README with JS/TS version and integration info by @mdrxy in #316
  • feat(FireCrawlLoader): migrate to Firecrawl v2 SDK by @ftonato in #326
  • fix(youtube): use YouTubeTranscriptApi().list() for v1+ compatibility by @NarlaRushikesh in #335
  • chore: bump deps by @mdrxy in #343
  • release: 0.3.30 by @mdrxy in #344

New Contributors

Full Changelog: libs/community/v0.3.29...libs/community/v0.3.30

libs/community/v0.3.29

27 Aug 15:29
6d1f661
Compare
Choose a tag to compare

What's Changed

Full Changelog: libs/community/v0.3.28...libs/community/v0.3.29

libs/community/v0.3.28

26 Aug 17:04
b33104d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: libs/community/v0.3.27...libs/community/v0.3.28

libs/community/v0.3.27

02 Jul 18:47
490057c
Compare
Choose a tag to compare

What's Changed

  • community[patch]: verify ssl by default in RecursiveUrlLoader by @eyurtsev in #136
  • fix: Change JSON loader to be able to handle UTF-8-BOM files by @witlat in #138
  • WriteFileTool should create not existent parent dirs in file_path by @vria in #132
  • ⚡ fix: update OpenAI model cost values for accuracy by @tdahar in #142
  • community[patch]: Prevent XXE in evernote loader by @eyurtsev in #139
  • release 0.3.27 by @eyurtsev in #143

New Contributors

Full Changelog: libs/community/v0.3.26...libs/community/v0.3.27

libs/community/v0.3.26

20 Jun 22:32
cad9377
Compare
Choose a tag to compare

What's Changed

  • [USearch]: Intializations of ids in case self.ids is None by @keenborder786 in #99
  • community[patch]: drop langsmith upper bound and release 0.3.26 by @ccurme in #127

New Contributors

Full Changelog: libs/community/v0.3.25...libs/community/v0.3.26

libs/community/v0.3.25

10 Jun 20:19
1a22f5e
Compare
Choose a tag to compare

What's Changed

  • fix: replace invalid scenexplain algorithm by @MichaelLi65535 in #59
  • infra: specify pyopenssl in extended test deps by @ccurme in #80
  • community[patch]: deprecate Tavily tools in favor of langchain-tavily implementation by @ccurme in #79
  • Deprecating hugging face implementation in langchain_community by @CtrlMj in #73
  • vectorstores[azure_search]: fix regression in 0.3.24 by @marcgibbons in #77
  • community: Add cost data for aws bedrock claude 4 series models by @AsifMehmood97 in #83
  • Remove no-untyped-def escapes by @cbornet in #17
  • feat: add search endpoint for Firecrawl Integration by @ftonato in #87
  • community[patch]: ssl verification should be enabled by default everywhere by @eyurtsev in #75
  • fix: handle image of size 0 bytes in PyPDFParser by @soucosmo in #84
  • ci: add depandabot config by @eyurtsev in #90
  • Harden Azure ML url validation by @tonybaloney in #88
  • docs: update readme by @ccurme in #95
  • patch: sanitize file extension in HuggingFaceTextToSpeechModelInference by @eyurtsev in #101
  • fix: telegram multiformat by @jerryyf in #89
  • community: release 0.3.25 by @ccurme in #86

New Contributors

Full Changelog: libs/community/v0.3.24...libs/community/v0.3.25

libs/community/v0.3.24

12 May 13:26
f8090e0
Compare
Choose a tag to compare

What's Changed

  • infra: install langchain test deps from pypi by @ccurme in #21
  • Deprecate Cloudflare langchain community implementations by @AkshataDM in #23
  • Fix: fallback to api_key if azure_ad_token is empty by @Satya-Indukuri in #24
  • community: Add recursive sitemap support to GitbookLoader with concurrent processing #30681 by @andrasfe in #13
  • Fix the bug that Tool parameter conversion error in ChatTongyi by @cqhaibin in #14
  • Emit deprecation warnings for LiteLLM and LiteLLMRouter integrations (already being maintained as standalone package) by @Akshay-Dongare in #11
  • vectorstores[azure_search]: add additional_search_client_options to async Azure Search client by @AsifMehmood97 in #50
  • community: release 0.3.24 by @ccurme in #52

New Contributors

Full Changelog: libs/community/v0.3.23...libs/community/v0.3.24

libs/community/v0.3.23

28 Apr 18:59
8a69aea
Compare
Choose a tag to compare

langchain-community has been moved to a dedicated repo: https://github.com/langchain-ai/langchain-community

Carried over some PRs from the LangChain monoreo:

  • community: add 'get_col_comments' option for retrieve database columns comments (30646)
  • community: add mypy warn_unused_ignores rule (30816)

What's Changed

  • community: copy package contents from monorepo by @ccurme in #1
  • community: set up CI - lint and unit tests by @ccurme in #2
  • infra: set up extended testing by @ccurme in #3
  • update repo readme by @ccurme in #4
  • infra: enable pydantic version tests by @ccurme in #5
  • community[patch]: carry over 30646 by @ccurme in #6
  • community[patch]: carry over 30816 by @ccurme in #7
  • infra: update release workflow by @ccurme in #8
  • community: remove python version cap by @ccurme in #10
  • community: release 0.3.23 by @ccurme in #9

New Contributors

  • @ccurme made their first contribution in #1

Full Changelog: https://github.com/langchain-ai/langchain-community/commits/libs/community/v0.3.23