Releases: langchain-ai/langchain-community
Releases · langchain-ai/langchain-community
libs/community/v0.3.30
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
- @dependabot[bot] made their first contribution in #288
- @NarlaRushikesh made their first contribution in #335
Full Changelog: libs/community/v0.3.29...libs/community/v0.3.30
libs/community/v0.3.29
What's Changed
- community(patch): bump core ceiling to 2.0 by @ccurme in #271
- release(community): 0.3.29 by @ccurme in #272
Full Changelog: libs/community/v0.3.28...libs/community/v0.3.29
libs/community/v0.3.28
What's Changed
- ci: add copilot prompt by @eyurtsev in #149
- Updating to ddgs package for DuckDuckGoSearchAPIWrapper by @keenborder786 in #156
- fix: update dashscope embedding batch size by @codycjy in #165
- fix(issue): DallEAPIWrapper passes unsupported 'quality' param to OpenAI API by @siddarthreddygsr in #179
- fix: ensure 'integration' parameter is set for langchain in FireCrawlLoader by @ftonato in #125
- fix: various linting by @mdrxy in #210
- fix(issue): RecursiveUrlLoader parsing base url by @siddarthreddygsr in #221
- Fix from_existing_graph method & normalize the cosine distance by @galshubeli in #238
- release: 0.3.28 by @mdrxy in #266
New Contributors
- @codycjy made their first contribution in #165
- @siddarthreddygsr made their first contribution in #179
- @mdrxy made their first contribution in #210
- @galshubeli made their first contribution in #238
Full Changelog: libs/community/v0.3.27...libs/community/v0.3.28
libs/community/v0.3.27
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
- @witlat made their first contribution in #138
- @vria made their first contribution in #132
- @tdahar made their first contribution in #142
Full Changelog: libs/community/v0.3.26...libs/community/v0.3.27
libs/community/v0.3.26
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
- @keenborder786 made their first contribution in #99
Full Changelog: libs/community/v0.3.25...libs/community/v0.3.26
libs/community/v0.3.25
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
- @MichaelLi65535 made their first contribution in #59
- @CtrlMj made their first contribution in #73
- @marcgibbons made their first contribution in #77
- @cbornet made their first contribution in #17
- @ftonato made their first contribution in #87
- @eyurtsev made their first contribution in #75
- @soucosmo made their first contribution in #84
- @tonybaloney made their first contribution in #88
- @jerryyf made their first contribution in #89
Full Changelog: libs/community/v0.3.24...libs/community/v0.3.25
libs/community/v0.3.24
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
- @AkshataDM made their first contribution in #23
- @Satya-Indukuri made their first contribution in #24
- @andrasfe made their first contribution in #13
- @cqhaibin made their first contribution in #14
- @Akshay-Dongare made their first contribution in #11
- @AsifMehmood97 made their first contribution in #50
Full Changelog: libs/community/v0.3.23...libs/community/v0.3.24
libs/community/v0.3.23
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
Full Changelog: https://github.com/langchain-ai/langchain-community/commits/libs/community/v0.3.23