chore(deps): update dependency langchain-openai to ^0.2.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
langchain-openai (changelog) | dependencies | minor |
^0.1.8 -> ^0.2.0
|
View the Renovate pipeline for this MR
Release Notes
langchain-ai/langchain (langchain-openai)
v0.1.16
What's Changed
- openai[patch]: Release 0.1.2 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20241
- docs: fix external repo partner docs by @efriis in https://github.com/langchain-ai/langchain/pull/20238
- groq[patch]: Release 0.1.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20242
- experimental[patch]: Release 0.0.57 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20243
- groq: xfail tool_choice tests by @efriis in https://github.com/langchain-ai/langchain/pull/20247
- [core]: add tool calls message by @baskaryan in https://github.com/langchain-ai/langchain/pull/18947
- core[patch]: Pre-release 0.1.42-rc.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20248
- openai[patch]: pre-release 0.1.3-rc.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20249
- anthropic[patch]: Pre-release 0.1.8-rc.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20250
- mistralai[patch]: Pre-release 0.1.2-rc.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20251
- infra, multiple: rc release versions by @efriis in https://github.com/langchain-ai/langchain/pull/20252
- update agents to use tool call messages by @ccurme in https://github.com/langchain-ai/langchain/pull/20074
- openai[patch]: Fix langchain-openai unknown parameter error with gpt-4-turbo by @os1ma in https://github.com/langchain-ai/langchain/pull/20271
- community: import flattening fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/20110
- core: mustache prompt templates by @nfcampos in https://github.com/langchain-ai/langchain/pull/19980
- docs: update tool calling cookbook by @ccurme in https://github.com/langchain-ai/langchain/pull/20290
- core[patch]: fix duplicated kwargs in
_load_sql_databse_chain
by @B-Step62 in https://github.com/langchain-ai/langchain/pull/19908 - partners: Add chroma partner package by @killind-dev in https://github.com/langchain-ai/langchain/pull/19292
- chroma: add optional fastapi dep to restrict to <1 by @efriis in https://github.com/langchain-ai/langchain/pull/20295
- chroma: add required fastapi dep to restrict to <1 by @efriis in https://github.com/langchain-ai/langchain/pull/20297
- chroma: bump rc, keep optional by @efriis in https://github.com/langchain-ai/langchain/pull/20298
- core[patch]: include tool_calls in ai msg chunk serialization by @baskaryan in https://github.com/langchain-ai/langchain/pull/20291
- core[patch]: fix ChatGeneration.text with content blocks by @baskaryan in https://github.com/langchain-ai/langchain/pull/20294
- langchain[patch]: agents check prompt partial vars by @baskaryan in https://github.com/langchain-ai/langchain/pull/20303
- openai[patch]: use tool_calls in request by @baskaryan in https://github.com/langchain-ai/langchain/pull/20272
- docs: added backtick on RunnablePassthrough by @spike-spiegel-21 in https://github.com/langchain-ai/langchain/pull/20310
- core[patch]: For now remove user warning by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20321
- community[patch]: Add deprecation warnings to postgres implementation by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20222
- mistral: add IDs to tool calls by @ccurme in https://github.com/langchain-ai/langchain/pull/20299
- core[patch]: Release 0.1.42 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20332
- release anthropic, fireworks, openai, groq, mistral by @baskaryan in https://github.com/langchain-ai/langchain/pull/20333
- docs: Update documentation for custom LLMs by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19972
- Testing list of tool calling providers by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20330
- langchain[patch]: Release 0.1.16 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20335
- docs: add component page for tool calls by @ccurme in https://github.com/langchain-ai/langchain/pull/20282
- docs: add tool-calling agent by @baskaryan in https://github.com/langchain-ai/langchain/pull/20328
- docs: update chat openai by @baskaryan in https://github.com/langchain-ai/langchain/pull/20331
New Contributors
- @killind-dev made their first contribution in https://github.com/langchain-ai/langchain/pull/19292
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.15...v0.1.16
v0.1.15
What's Changed
- experimental[patch]: Release 0.0.56 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19840
- docs: remove unnecessary args from the pip install by @cyai in https://github.com/langchain-ai/langchain/pull/19823
- Update cross_encoder_reranker.ipynb by @eltociear in https://github.com/langchain-ai/langchain/pull/19846
- core: generate mermaid syntax and render visual graph by @angeligareta in https://github.com/langchain-ai/langchain/pull/19599
- ai21[patch]: release 0.1.3 by @efriis in https://github.com/langchain-ai/langchain/pull/19867
-
👥 Update LangChain people data by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/19858 - community[patch]: Revert " Fix the bug that Chroma does not specify `e… by @baskaryan in https://github.com/langchain-ai/langchain/pull/19866
- openai[patch]: fix azure embedding length check by @efriis in https://github.com/langchain-ai/langchain/pull/19870
- Partially Revert "openai[patch]: Update openai chat model to new base class interface" by @nfcampos in https://github.com/langchain-ai/langchain/pull/19871
- ai21[patch]: fix core dep by @efriis in https://github.com/langchain-ai/langchain/pull/19874
- community[patch]: Release 0.0.31 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19873
- community: Update ChatZhipuAI to support GLM-4 model by @zhangch9 in https://github.com/langchain-ai/langchain/pull/16695
- openai[patch]: remove openai chunk size validation by @efriis in https://github.com/langchain-ai/langchain/pull/19878
- Add OpenVINO rerank model support by @OpenVINO-dev-contest in https://github.com/langchain-ai/langchain/pull/19791
- robocorp[patch]: Fix nested arguments descriptors and tool names by @mkorpela in https://github.com/langchain-ai/langchain/pull/19707
- robocorp[patch]: fix core min version by @efriis in https://github.com/langchain-ai/langchain/pull/19879
- community: Add Dria retriever by @anilaltuner in https://github.com/langchain-ai/langchain/pull/17098
- docs[patch]: Revert quarto update by @bracesproul in https://github.com/langchain-ai/langchain/pull/19880
- docs: Fix link in Unstructured notebook by @northern-64bit in https://github.com/langchain-ai/langchain/pull/19851
- cli[minor]: Add version to integration package template by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19876
- langchain: Adding a new section aware splitter to langchain by @msetbar in https://github.com/langchain-ai/langchain/pull/16526
- docs: Add docs for RunnableConfigurableFields by @spike-spiegel-21 in https://github.com/langchain-ai/langchain/pull/19849
- feat(partners): support request timeout in BaseCohere by @mspronesti in https://github.com/langchain-ai/langchain/pull/19641
- docs[patch]: Hide google from function calling docs by @bracesproul in https://github.com/langchain-ai/langchain/pull/19887
- community: add Layerup Security integration by @JamsheedMistri in https://github.com/langchain-ai/langchain/pull/19787
- Add remove_comments option (default True): do not extract html comments by @petervandenabeele in https://github.com/langchain-ai/langchain/pull/13259
- core: Assign missing message ids in BaseChatModel by @nfcampos in https://github.com/langchain-ai/langchain/pull/19863
- Core[major]: Base Tracer to propagate raw output from tool for on_tool_end by @keenborder786 in https://github.com/langchain-ai/langchain/pull/18932
- core[patch]: Release 0.1.38 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19895
- langchain: fix ElasticsearchStore reference for self query by @maxjakob in https://github.com/langchain-ai/langchain/pull/19907
- Cohere: Add multihop tool agent by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19919
- cohere[patch]: release 0.1.0 by @efriis in https://github.com/langchain-ai/langchain/pull/19924
- cohere, docs: update imports and installs to langchain_cohere by @billytrend-cohere in https://github.com/langchain-ai/langchain/pull/19918
- cohere: simplify integration test by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19928
- cohere: Improve integration test stability, fix documents bug by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19929
- docs: mention caveats with CacheBackedEmbeddings.embed_query by @jokester in https://github.com/langchain-ai/langchain/pull/19926
- pinecone[patch]: source tag by @efriis in https://github.com/langchain-ai/langchain/pull/19739
- core[patch]: remove requests by @efriis in https://github.com/langchain-ai/langchain/pull/19891
- deprecating integrations moved to langchain_google_community by @lkuligin in https://github.com/langchain-ai/langchain/pull/19841
- docs: update cohere documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/19700
- core: BaseChatModel modify chat message before passing to run_manager by @nfcampos in https://github.com/langchain-ai/langchain/pull/19939
- core[patch]: Release 0.1.39 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19940
- core: fix return of draw_mermaid_png and change to not save image by default by @angeligareta in https://github.com/langchain-ai/langchain/pull/19950
- core[minor]: Add aload to document loader by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19936
- langchain-postgres: Initial package with postgres chat history implementation by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19884
- Support weight only quantization with intel-extension-for-transformers. by @PenghuiCheng in https://github.com/langchain-ai/langchain/pull/14504
- comunity: Implement delete method and all async methods in opensearch_vector_search by @2jimoo in https://github.com/langchain-ai/langchain/pull/17321
- Update metadata filtering examples of documents by @tomasonjo in https://github.com/langchain-ai/langchain/pull/19963
- core: 0.1.40, fix try_load_from_hub for older langchain versions load_chain by @efriis in https://github.com/langchain-ai/langchain/pull/19964
- docs: Custom Document Loaders by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19935
- cli[minor]: Add disable sockets in unit tests by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19877
- langchain_groq[feat]: Add tool calling support by @gradenr in https://github.com/langchain-ai/langchain/pull/19971
- groq: release 0.1.0 by @efriis in https://github.com/langchain-ai/langchain/pull/19975
- groq: fix core version by @efriis in https://github.com/langchain-ai/langchain/pull/19976
- groq: handle streaming tool call case by @efriis in https://github.com/langchain-ai/langchain/pull/19978
- Jacob/docs new by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/19765
- cohere: Add citations to agent, flexibility to tool parsing, fix SDK issue by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19965
- core[Patch]: mypy ignore fixes #17048 by @UtkarshaGupte in https://github.com/langchain-ai/langchain/pull/19931
- core[minor]: Add aformat to FewShotPromptTemplate by @cbornet in https://github.com/langchain-ai/langchain/pull/19652
- core: support pydantic V2 for JSONOutputParser, allow for other sources of JSON schemas by @jnis23 in https://github.com/langchain-ai/langchain/pull/19716
- [docs][minor]: Fix typo in Custom Document Loader doc by @cbornet in https://github.com/langchain-ai/langchain/pull/20003
- community: Implement Async OpenSearch
afrom_texts
&afrom_embeddings
by @crispyricepc in https://github.com/langchain-ai/langchain/pull/20009 - community[minor]: Add metadata filtering support for neo4j vector by @tomasonjo in https://github.com/langchain-ai/langchain/pull/20001
- langchain: enhance
LocalFileStore
to allow directory/file permissions to be specified by @chrispy-snps in https://github.com/langchain-ai/langchain/pull/18857 - docs[patch]: Make Docusaurus and Vercel add trailing slashes when navigating by default by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/20014
- community[minor]: added missed class to all by @leo-gan in https://github.com/langchain-ai/langchain/pull/19888
- anthropic[minor]: tool use by @baskaryan in https://github.com/langchain-ai/langchain/pull/20016
- anthropic[patch]: bump core dep by @baskaryan in https://github.com/langchain-ai/langchain/pull/20019
- Add cookbook for Anthropic .with_structured_output() by @rlancemartin in https://github.com/langchain-ai/langchain/pull/20017
- anthropic[patch]: fix experimental tests by @baskaryan in https://github.com/langchain-ai/langchain/pull/20021
- docs:
graphs
update by @leo-gan in https://github.com/langchain-ai/langchain/pull/19675 - docs
integrations/providers
update 10 by @leo-gan in https://github.com/langchain-ai/langchain/pull/19970 - anthropic[patch]: use anthropic 0.23 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20022
- anthropic[patch]: Release 0.1.6 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20026
- docs:
integrations/providers/unstructured
update by @leo-gan in https://github.com/langchain-ai/langchain/pull/19892 - docs: mark anthropic tools wrapper as deprecated by @baskaryan in https://github.com/langchain-ai/langchain/pull/20024
- docs:
integrations/providers
update 9 by @leo-gan in https://github.com/langchain-ai/langchain/pull/19941 - Update example cookbook for Anthropic tool use by @rlancemartin in https://github.com/langchain-ai/langchain/pull/20029
- docs: hide experimental anthropic by @baskaryan in https://github.com/langchain-ai/langchain/pull/20030
- docs: fixing typo in argument name by @0ssamaak0 in https://github.com/langchain-ai/langchain/pull/20028
- docs[patch]: Fix Model I/O quickstart by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/20031
- docs: fix together model tab by @baskaryan in https://github.com/langchain-ai/langchain/pull/20032
- docs: weaviate docs by @efriis in https://github.com/langchain-ai/langchain/pull/20042
- Docs: Update custom chat model by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19967
- docs: fix title cap by @efriis in https://github.com/langchain-ai/langchain/pull/20048
- core: Implement aformat_messages for ChatMessagePromptTemplate by @cbornet in https://github.com/langchain-ai/langchain/pull/20038
- core: Add async aformat_document method by @cbornet in https://github.com/langchain-ai/langchain/pull/20037
- core: Implement aformat_prompt and ainvoke in BasePromptTemplate by @cbornet in https://github.com/langchain-ai/langchain/pull/20035
- core[patch]: Document BaseCache abstraction in code by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20046
- langchain-core[minor]: Allow passing local cache to language models by @liugddx in https://github.com/langchain-ai/langchain/pull/19331
- community[patch]: Improve import callbacks to make it IDE friendly by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20050
- docs[patch]: Add missing redirects by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/20076
- cohere: move package to external repo by @efriis in https://github.com/langchain-ai/langchain/pull/20081
- docs: anthropic tool docstring by @baskaryan in https://github.com/langchain-ai/langchain/pull/20091
- template: add rag azure search template by @kristapratico in https://github.com/langchain-ai/langchain/pull/18143
- partners[anthropic]: fix anthropic chat model message type lookup keys by @maximeperrindev in https://github.com/langchain-ai/langchain/pull/19034
- templates: migrate to langchain_anthropic package to support Claude 3 models by @donbr in https://github.com/langchain-ai/langchain/pull/19393
- pinecone[patch]: release 0.1.0 by @efriis in https://github.com/langchain-ai/langchain/pull/20109
- Documentation: Fixed the typo of Discord -> Telegram by @TAAGECH9 in https://github.com/langchain-ai/langchain/pull/20008
- [core] fix: manually specifying run_id for chat models.invoke() and .ainvoke() by @hinthornw in https://github.com/langchain-ai/langchain/pull/20082
- postgres[minor]: add postgres checkpoint implementation by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20025
- postgres[minor]: Add pgvector community as is by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20096
- community[minor]: Add support for Pebblo cloud_api_key in PebbloSafeLoader by @rahul-trip in https://github.com/langchain-ai/langchain/pull/19855
- Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search by @marlenezw in https://github.com/langchain-ai/langchain/pull/19925
- community: Add PHP language parser to document_loaders by @david02871 in https://github.com/langchain-ai/langchain/pull/19850
- docs: use standard openai params by @baskaryan in https://github.com/langchain-ai/langchain/pull/20160
- docs: standardize fireworks params by @baskaryan in https://github.com/langchain-ai/langchain/pull/20162
- mistralai[patch]: standardize model params by @baskaryan in https://github.com/langchain-ai/langchain/pull/20163
- anthropic[patch]: standardize init args by @baskaryan in https://github.com/langchain-ai/langchain/pull/20161
- community: extend Predibase integration to support fine-tuned LLM adapters by @alexsherstinsky in https://github.com/langchain-ai/langchain/pull/19979
- langchain: fix pinecone upsert when async_req is set to False by @harryhaibojiang in https://github.com/langchain-ai/langchain/pull/19793
- pinecone[patch]: fix core min version by @efriis in https://github.com/langchain-ai/langchain/pull/20177
- Adding MongoDB Cookbook for Chat history and semantic cache by @RichmondAlake in https://github.com/langchain-ai/langchain/pull/19998
- community: add request_timeout and max_retries to ChatAnthropic by @kaijietti in https://github.com/langchain-ai/langchain/pull/19402
- docs: add vertexai to structured output by @baskaryan in https://github.com/langchain-ai/langchain/pull/20171
- community:
cross_encoders
flatten namespaces by @leo-gan in https://github.com/langchain-ai/langchain/pull/20183 - docs: TogetherAI as a drop-in replacement for OpenAI by @sepiatone in https://github.com/langchain-ai/langchain/pull/19900
- Community: Add support for MLX models (chat & llm) by @Blaizzy in https://github.com/langchain-ai/langchain/pull/18152
- community: add bedrock anthropic callback for token usage counting by @Sukitly in https://github.com/langchain-ai/langchain/pull/19864
- Fix pr 19772 by @3coins in https://github.com/langchain-ai/langchain/pull/20047
- baichuan[patch]: standardize init args by @liugddx in https://github.com/langchain-ai/langchain/pull/20209
- docs: Fix the class links in openai_tools and openai_functions description in output parser documentations by @Haris-Ali007 in https://github.com/langchain-ai/langchain/pull/20197
- community[patch]: pass through sql agent kwargs by @baskaryan in https://github.com/langchain-ai/langchain/pull/19962
- community: Enhance Tencent Cloud VectorDB, langchain: make Tencent Cloud VectorDB self query retrieve compatible by @jeffkit in https://github.com/langchain-ai/langchain/pull/19651
- GCSDirectoryLoader bugfix by @timothywong731 in https://github.com/langchain-ai/langchain/pull/20005
- doc:(sharememory&bittensor) Get rid of ZeroShotAgent and use create_react_agent instead by @liugddx in https://github.com/langchain-ai/langchain/pull/20157
- community: add allow_dangerous_requests for OpenAPI toolkits by @daviddwlee84 in https://github.com/langchain-ai/langchain/pull/19493
- docs: Add documentation of
ElasticsearchStore.BM25RetrievalStrategy
by @g-votte in https://github.com/langchain-ai/langchain/pull/20098 - openai: wrap stream code in context manager blocks by @snopoke in https://github.com/langchain-ai/langchain/pull/18013
- Remove postgres package by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20207
- langchain-postgres: Remove remaining README.md file by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20221
- together: release 0.1.0 by @efriis in https://github.com/langchain-ai/langchain/pull/20225
- standard-tests: a standard unit and integration test set by @efriis in https://github.com/langchain-ai/langchain/pull/20182
- core: Implement aformat for FewShotPromptWithTemplates by @cbornet in https://github.com/langchain-ai/langchain/pull/20039
- core: Implement aformat_messages for _StringImageMessagePromptTemplate by @cbornet in https://github.com/langchain-ai/langchain/pull/20036
- community: switch to falkordb python client by @efriis in https://github.com/langchain-ai/langchain/pull/20229
- community[patch]: OpenLLM Async Client Fixes and Timeout Parameter by @charlod in https://github.com/langchain-ai/langchain/pull/20007
- langchain[patch]: make BooleanOutputParser check words not substrings by @casperdcl in https://github.com/langchain-ai/langchain/pull/20064
- langchain[patch]: Update unit test by @eyurtsev in https://github.com/langchain-ai/langchain/pull/20228
- docs: Fix typo in citations example by @sjnarmstrong in https://github.com/langchain-ai/langchain/pull/20218
- community: fixed multithreading returning List[List[Documents]] instead of List[Documents] by @chip-davis in https://github.com/langchain-ai/langchain/pull/20230
- core[patch]: Release 0.1.41 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20233
- community[patch]: Release 0.0.32 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20236
- langchain[patch]: Release 0.1.15 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20237
- mistralai[patch]: Release 0.1.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20239
- anthropic[patch]: Release 0.1.7 by @baskaryan in https://github.com/langchain-ai/langchain/pull/20240
New Contributors
- @angeligareta made their first contribution in https://github.com/langchain-ai/langchain/pull/19599
- @zhangch9 made their first contribution in https://github.com/langchain-ai/langchain/pull/16695
- @mkorpela made their first contribution in https://github.com/langchain-ai/langchain/pull/19707
- @anilaltuner made their first contribution in https://github.com/langchain-ai/langchain/pull/17098
- @spike-spiegel-21 made their first contribution in https://github.com/langchain-ai/langchain/pull/19849
- @JamsheedMistri made their first contribution in https://github.com/langchain-ai/langchain/pull/19787
- @jokester made their first contribution in https://github.com/langchain-ai/langchain/pull/19926
- @PenghuiCheng made their first contribution in https://github.com/langchain-ai/langchain/pull/14504
- @UtkarshaGupte made their first contribution in https://github.com/langchain-ai/langchain/pull/19931
- @crispyricepc made their first contribution in https://github.com/langchain-ai/langchain/pull/20009
- @0ssamaak0 made their first contribution in https://github.com/langchain-ai/langchain/pull/20028
- @donbr made their first contribution in https://github.com/langchain-ai/langchain/pull/19393
- @TAAGECH9 made their first contribution in https://github.com/langchain-ai/langchain/pull/20008
- @rahul-trip made their first contribution in https://github.com/langchain-ai/langchain/pull/19855
- @david02871 made their first contribution in https://github.com/langchain-ai/langchain/pull/19850
- @harryhaibojiang made their first contribution in https://github.com/langchain-ai/langchain/pull/19793
- @RichmondAlake made their first contribution in https://github.com/langchain-ai/langchain/pull/19998
- @Blaizzy made their first contribution in https://github.com/langchain-ai/langchain/pull/18152
- @Haris-Ali007 made their first contribution in https://github.com/langchain-ai/langchain/pull/20197
- @jeffkit made their first contribution in https://github.com/langchain-ai/langchain/pull/19651
- @daviddwlee84 made their first contribution in https://github.com/langchain-ai/langchain/pull/19493
- @snopoke made their first contribution in https://github.com/langchain-ai/langchain/pull/18013
- @charlod made their first contribution in https://github.com/langchain-ai/langchain/pull/20007
- @casperdcl made their first contribution in https://github.com/langchain-ai/langchain/pull/20064
- @sjnarmstrong made their first contribution in https://github.com/langchain-ai/langchain/pull/20218
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.14...v0.1.15
v0.1.14
What's Changed
- robocorp[patch]: release 0.0.4 by @efriis in https://github.com/langchain-ai/langchain/pull/19357
- robocorp[patch]: run integration tests on release by @efriis in https://github.com/langchain-ai/langchain/pull/19358
- experimental[patch]: Release 0.0.55 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19353
- openai[patch]: release 0.1.0, message id and name support by @efriis in https://github.com/langchain-ai/langchain/pull/19363
- openai[patch]: fix name param by @efriis in https://github.com/langchain-ai/langchain/pull/19365
- openai[patch]: fix core min version by @efriis in https://github.com/langchain-ai/langchain/pull/19366
- feat: update base_url of anthropic by @enfeng in https://github.com/langchain-ai/langchain/pull/18634
- community:Replace positional argument with text=text for cohere>=5 compatibility by @billytrend-cohere in https://github.com/langchain-ai/langchain/pull/19407
- core[patch]: allow "placeholder" type in from_messages tuples by @hinthornw in https://github.com/langchain-ai/langchain/pull/19152
- mistralai[minor]: 0.1.0rc0, remove mistral sdk by @efriis in https://github.com/langchain-ai/langchain/pull/19420
- core[minor]: Add utility code to create tool examples by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18602
- [langchain] fix OpenAIAssistantRunnable.create_assistant by @ccurme in https://github.com/langchain-ai/langchain/pull/19081
- cookbook[patch]: add strip of quotes by @efriis in https://github.com/langchain-ai/langchain/pull/19452
- mistralai: update tool calling by @ccurme in https://github.com/langchain-ai/langchain/pull/19451
- community[patch]: invoke callback prior to yielding token (llama.cpp) by @sepiatone in https://github.com/langchain-ai/langchain/pull/19392
- mistralai[patch]: release 0.1.0rc1 by @efriis in https://github.com/langchain-ai/langchain/pull/19453
- mistralai[patch]: fix core version by @efriis in https://github.com/langchain-ai/langchain/pull/19454
- docs: delete mistralai embeddings doc from incorrect location by @sepiatone in https://github.com/langchain-ai/langchain/pull/19432
- langchain_openai: [URGENT REGRESSION FIX] Don't fail if tool message already doesn't contain name by @ldorigo in https://github.com/langchain-ai/langchain/pull/19435
- openai[patch]: release 0.1.1 by @efriis in https://github.com/langchain-ai/langchain/pull/19458
- openai[patch]: integration test structured output by @efriis in https://github.com/langchain-ai/langchain/pull/19459
- openai[patch]: tool use integration test by @baskaryan in https://github.com/langchain-ai/langchain/pull/19460
- docs: use invoke instead of run by @raybellwaves in https://github.com/langchain-ai/langchain/pull/19457
- docs: point to titantic dataset on web by @raybellwaves in https://github.com/langchain-ai/langchain/pull/19455
- community:Modified regular expression by @igeni in https://github.com/langchain-ai/langchain/pull/19449
- openai[patch]: add test coverage to output by @efriis in https://github.com/langchain-ai/langchain/pull/19462
- community: RecursiveUrlLoader: add base_url option by @germankrause in https://github.com/langchain-ai/langchain/pull/19421
- docarray requires hnsw installation by @lucifertrj in https://github.com/langchain-ai/langchain/pull/19416
- langchain: Add async methods to VectorStoreRetrieverMemory by @cbornet in https://github.com/langchain-ai/langchain/pull/19408
- makefile
api_docs_clean
fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/19405 - docs: moving FireworksEmbeddings documentation to docs folder by @sepiatone in https://github.com/langchain-ai/langchain/pull/19398
- community[patch]: invoke callback prior to yielding token (fireworks) by @sepiatone in https://github.com/langchain-ai/langchain/pull/19388
- community[patch]: invoke callback prior to yielding token (openai) by @sepiatone in https://github.com/langchain-ai/langchain/pull/19389
- docs: Add
partition
parameter to DashVector by @wangcailin in https://github.com/langchain-ai/langchain/pull/19385 - community: fix bugs in baiduvectordb as vectorstore by @fengjial in https://github.com/langchain-ai/langchain/pull/19380
- docs: update import paths and move to lcel for llama.cpp examples by @sepiatone in https://github.com/langchain-ai/langchain/pull/19391
- docs: update module imports for fireworks documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/19377
- docs: fix error bilibili url by @Undertone0809 in https://github.com/langchain-ai/langchain/pull/19375
- docs: adding voyageai to the list of partner packages by @sepiatone in https://github.com/langchain-ai/langchain/pull/19376
- mistralai[patch]: streaming tool calls by @efriis in https://github.com/langchain-ai/langchain/pull/19469
- Remove non-rendering images & output spamming from doc ntbks by @rlancemartin in https://github.com/langchain-ai/langchain/pull/19475
- Use async memory in Chain when needed by @cbornet in https://github.com/langchain-ai/langchain/pull/19429
- code[patch]: Add in code documentation to core Runnable
pipe
andpick
methods (docs only) by @liugddx in https://github.com/langchain-ai/langchain/pull/19395 - community[minor]: S3FileLoader to use expose mode and post_processors arguments of unstructured loader by @preak95 in https://github.com/langchain-ai/langchain/pull/19270
- Add OpenVINO llms docs by @OpenVINO-dev-contest in https://github.com/langchain-ai/langchain/pull/19489
- community[minor]: Add
DuckDB
as a vectorstore by @Hugoberry in https://github.com/langchain-ai/langchain/pull/18916 - infra: Update package version to apply CVE-related patch by @JacobLezberg in https://github.com/langchain-ai/langchain/pull/19490
- langchain-community: Dappier chat model integration by @IgorMunizS in https://github.com/langchain-ai/langchain/pull/19370
- Update docs for
HuggingFacePipeline
by @nikhilkmr300 in https://github.com/langchain-ai/langchain/pull/19306 - add kwargs by @ccurme in https://github.com/langchain-ai/langchain/pull/19519
- langchain: Passthrough batch_size on index()/aindex() calls by @znwilkins in https://github.com/langchain-ai/langchain/pull/19443
- core[patch]: Use defusedxml in XMLOutputParser by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19526
- langchain_cohere: add cohere as a partner package by @billytrend-cohere in https://github.com/langchain-ai/langchain/pull/19049
- core[runnables]: docstring for class runnable, method with_listeners() by @sepiatone in https://github.com/langchain-ai/langchain/pull/19515
- cohere[patch]: fix release by @efriis in https://github.com/langchain-ai/langchain/pull/19529
- core[patch]: fix xml output parser transform by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19530
- partners/openai: increase max batch size for Azure OpenAI Embeddings API by @orestxherija in https://github.com/langchain-ai/langchain/pull/19532
- docs: Update local llms article to use invoke instead of deprecated call by @clarkerican in https://github.com/langchain-ai/langchain/pull/19528
- community: More flexible handling for entity names in vector store "HANA Cloud" by @MartinKolbAtWork in https://github.com/langchain-ai/langchain/pull/19523
- community: Added GigaChat Embeddings support + updated previous GigaChat integration by @Mikelarg in https://github.com/langchain-ai/langchain/pull/19516
- fixed links by @lkuligin in https://github.com/langchain-ai/langchain/pull/19503
- docs: Update streaming.ipynb by @eltociear in https://github.com/langchain-ai/langchain/pull/19500
- core: Convert SimSIMD back to NumPy by @ashvardanian in https://github.com/langchain-ai/langchain/pull/19473
- docs: Fix broken link in semantic-chunker.ipynb by @hamidriasat in https://github.com/langchain-ai/langchain/pull/19464
- Add Support for GPU Index Types in Milvus 2.4 by @FinTechCao in https://github.com/langchain-ai/langchain/pull/19468
- Fix several sample code errors by @169 in https://github.com/langchain-ai/langchain/pull/19382
- Update async_chromium.ipynb by @arjOman in https://github.com/langchain-ai/langchain/pull/19514
- Community: Fixing incorrect base URLs for Azure Cognitive Search Retriever by @marlenezw in https://github.com/langchain-ai/langchain/pull/19352
- community: YandexGPT Use recent yandexcloud sdk version by @tyumentsev4 in https://github.com/langchain-ai/langchain/pull/19341
- community: expanding version in confluence loader by @stezz in https://github.com/langchain-ai/langchain/pull/19324
- improve tidb integrations documents by @IANTHEREAL in https://github.com/langchain-ai/langchain/pull/19321
- milvus[patch]: clean warning when delete by ids by @mackong in https://github.com/langchain-ai/langchain/pull/19301
- milvus will autoflush, manual flush is slowly by @JamesBonddu in https://github.com/langchain-ai/langchain/pull/19300
- community [patch] : [Fiddler] ensure dataset is not added if model is present by @bhalder in https://github.com/langchain-ai/langchain/pull/19293
- mistralai[patch]: release 0.1.0 by @efriis in https://github.com/langchain-ai/langchain/pull/19540
- docs: Add guidance for splitting Chinese, Japanese, and Thai by @tonybaloney in https://github.com/langchain-ai/langchain/pull/19295
- Fix Tuple typing problem when create new langchain app by @mauriciocruzdeveloper in https://github.com/langchain-ai/langchain/pull/19141
- cookbook[patch]: update dependecy for autogpt/marathon.ipynb by @dexhunter in https://github.com/langchain-ai/langchain/pull/19491
- community: avoid creating extension PGvector while using readOnly Databases by @hanfi in https://github.com/langchain-ai/langchain/pull/19268
- docs: Some fixes by @adarmiento in https://github.com/langchain-ai/langchain/pull/19130
- Prem AI langchain integration (migrating MR from org account to personal account) by @Anindyadeep in https://github.com/langchain-ai/langchain/pull/19113
- partners: AI21 Labs Semantic Text Splitter support by @miri-bar in https://github.com/langchain-ai/langchain/pull/19510
- community: fix semantic answer bug in AzureSearch vector store by @Skar0 in https://github.com/langchain-ai/langchain/pull/18938
- Fixing some caching issues for AzureCosmosDBSemanticCache by @aayush3011 in https://github.com/langchain-ai/langchain/pull/18884
- community: added
partners/package-name
folders by @leo-gan in https://github.com/langchain-ai/langchain/pull/19290 - code[patch]: Add in code documentation to core Runnable map methods (docs only) by @liugddx in https://github.com/langchain-ai/langchain/pull/19517
- docs: Update function "run" to "invoke" in fake_llm.ipynb by @standby24x7 in https://github.com/langchain-ai/langchain/pull/19570
- langchain[major]: Use InMemoryVectorStore by default in VectorstoreIndexCreator by @cbornet in https://github.com/langchain-ai/langchain/pull/19575
- Add default implementations to amax_marginal_relevance_search_by_vector and adelete by @cbornet in https://github.com/langchain-ai/langchain/pull/19269
- core: Add async methods to BaseExampleSelector and SemanticSimilarityExampleSelector by @cbornet in https://github.com/langchain-ai/langchain/pull/19399
- community: Add InMemoryVectorStore to module level imports by @cbornet in https://github.com/langchain-ai/langchain/pull/19576
- core[minor]: Use BaseChatMessageHistory async methods in RunnableWithMessageHistory by @cbornet in https://github.com/langchain-ai/langchain/pull/19565
- docs: add cohere to the list of partners by @sepiatone in https://github.com/langchain-ai/langchain/pull/19552
- community[minor]: Improvements for NeptuneRdfGraph, Improve discovery of graph schema using database statistics by @3coins in https://github.com/langchain-ai/langchain/pull/19546
- experimental[patch]: update module doc strings by @leo-gan in https://github.com/langchain-ai/langchain/pull/19539
- community[patch]: GPTCache pydantic validation error on lookup by @theinhumaneme in https://github.com/langchain-ai/langchain/pull/19427
- infra: Resolve the endless dependency resolution during the build of
dev.Dockerfile
by copyingpoetry.lock
by @g-votte in https://github.com/langchain-ai/langchain/pull/19465 - community[minor]: Add embeddings integration for text2vec by @hulitaitai in https://github.com/langchain-ai/langchain/pull/19267
- community: Allow passing
allow_dangerous_deserialization
when loading LLM chain by @B-Step62 in https://github.com/langchain-ai/langchain/pull/18894 - docs: Remove chromadb from required dependency in examples with VectorstoreIndexCreator by @cbornet in https://github.com/langchain-ai/langchain/pull/19578
- github action: Add dead link check for .mdx files by @liugddx in https://github.com/langchain-ai/langchain/pull/19492
- community: better support of pathlib paths in document loaders by @mmajewsk in https://github.com/langchain-ai/langchain/pull/18396
- core[patch]: Remove anyio dependency by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19583
- community[Qianfan]: add function_call in additional_kwargs by @Dobiichi-Origami in https://github.com/langchain-ai/langchain/pull/19550
- docs: HFEmbeddings: Add more information to model_kwargs/encode_kwargs by @tomaarsen in https://github.com/langchain-ai/langchain/pull/19594
- community: add len() implementation to Chroma by @adrian-valente in https://github.com/langchain-ai/langchain/pull/19419
- cohere[patch]: Add additional kwargs support for Cohere SDK params by @giannis2two in https://github.com/langchain-ai/langchain/pull/19533
- core[patch]: Reverting changes with defusedXML by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19604
- core[patch]: Temporarily disable test for streaming xml parser by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19610
- load: Optionally disable reading secrets from env by @nfcampos in https://github.com/langchain-ai/langchain/pull/19596
- core[patch]: Release 0.1.34 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19609
- langchain: Add async methods to VectorstoreIndexCreator by @cbornet in https://github.com/langchain-ai/langchain/pull/19582
- community: use semantic_configurations in AzureSearch by @lawadam in https://github.com/langchain-ai/langchain/pull/19347
- langchain: Add async methods to TimeWeightedVectorStoreRetriever by @cbornet in https://github.com/langchain-ai/langchain/pull/19606
- langchain: Add async methods to EmbeddingRouterChain by @cbornet in https://github.com/langchain-ai/langchain/pull/19603
- docs: Update docstring for MessagesPlaceholder by @jhicks2306 in https://github.com/langchain-ai/langchain/pull/19601
- docs: Update apify.ipynb for Document class import by @rawatraghav in https://github.com/langchain-ai/langchain/pull/19598
- docs: release date fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/19585
- cli[patch]: release 0.0.22rc0, chat playground by @efriis in https://github.com/langchain-ai/langchain/pull/19614
- update openvino documents by @OpenVINO-dev-contest in https://github.com/langchain-ai/langchain/pull/19543
- community: add oracle autonomous database doc loader integration by @xsai9101 in https://github.com/langchain-ai/langchain/pull/19536
- experimental:
PromptTemplate
import fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/19617 - docs:
PromptTemplate
import fromcore
by @leo-gan in https://github.com/langchain-ai/langchain/pull/19616 - partners: VoyageAI rerank by @fzowl in https://github.com/langchain-ai/langchain/pull/19521
- Adding try-except block for GCSDirectoryLoader by @timothywong731 in https://github.com/langchain-ai/langchain/pull/19591
- doc: Fix oracle doc loader format issue by @xsai9101 in https://github.com/langchain-ai/langchain/pull/19628
- fix typo in openvino document by @OpenVINO-dev-contest in https://github.com/langchain-ai/langchain/pull/19627
- docs:
output_parsers
page fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/19623 - openai: fix AzureChatOpenAI missing parameter problem by @liugddx in https://github.com/langchain-ai/langchain/pull/19258
- community: Microsoft Azure Document Intelligence updates by @ruoccofabrizio in https://github.com/langchain-ai/langchain/pull/16932
- experimental: Enhance LLMGraphTransformer with async processing and improved readability by @jjovalle99 in https://github.com/langchain-ai/langchain/pull/19205
- community: Add ITREX optimized Embeddings by @yuwenzho in https://github.com/langchain-ai/langchain/pull/18474
- core[patch]: XMLOutputParser fix to handle changes to xml standard library by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19612
- cohere: Fix cohere rerank by @billytrend-cohere in https://github.com/langchain-ai/langchain/pull/19624
- community: Fix the bug that Chroma does not specify
embedding_function
by @liugddx in https://github.com/langchain-ai/langchain/pull/19277 - core[patch]: Patch XML vulnerability in XMLOutputParser (CVE-2024-1455) by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19653
- core[patch]: Release 0.1.35 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19660
- core: Add async methods to LengthBasedExampleSelector by @cbornet in https://github.com/langchain-ai/langchain/pull/19640
- Revert "community: added
partners/package-name
folders" by @efriis in https://github.com/langchain-ai/langchain/pull/19662 - community[patch]: Update doc-strings for text2vec embeddings by @hulitaitai in https://github.com/langchain-ai/langchain/pull/19657
- cohere[patch]: release 0.1.0rc1 by @efriis in https://github.com/langchain-ai/langchain/pull/19663
- langchain[minor]: Add async methods to EncoderBackedStore by @cbornet in https://github.com/langchain-ai/langchain/pull/19597
- community[minor]: Add support for non-file-based Document Loaders in PebbloSafeLoader by @Raj725 in https://github.com/langchain-ai/langchain/pull/19574
- docs: Fix broken imports in documentation by @ccurme in https://github.com/langchain-ai/langchain/pull/19655
- docs: Improve docstring for Runnable bind method by @jhicks2306 in https://github.com/langchain-ai/langchain/pull/19659
- docs: use first_tool_only instead of return_single by @baskaryan in https://github.com/langchain-ai/langchain/pull/19666
- community[minor]: Add the option to omit schema refresh in Neo4jGraph by @tomasonjo in https://github.com/langchain-ai/langchain/pull/19654
- docs: fix error output in XMLOutputParser documentation by @KangmoonSeo in https://github.com/langchain-ai/langchain/pull/19569
- core[minor]: support pydantic v2 models in PydanticOutputParser by @jnis23 in https://github.com/langchain-ai/langchain/pull/18811
- cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli by @tjaffri in https://github.com/langchain-ai/langchain/pull/19673
- core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector by @cbornet in https://github.com/langchain-ai/langchain/pull/19639
- update cookbook example for SalesGPT - include Stripe Payment Link Generation by @filip-michalsky in https://github.com/langchain-ai/langchain/pull/19622
- infra: Consistent lxml requirements by @Randl in https://github.com/langchain-ai/langchain/pull/19520
- langchain_core.tools.ToolException docs/exception message by @kwehmeyer in https://github.com/langchain-ai/langchain/pull/17590
- docs: move extraction up by @baskaryan in https://github.com/langchain-ai/langchain/pull/19667
- Feat: support unstructured_kwargs for s3 loader by @chyroc in https://github.com/langchain-ai/langchain/pull/15473
- community: update for compatibility with latest Meilisearch version by @CaroFG in https://github.com/langchain-ai/langchain/pull/18970
- community: refactor the type hint of
file_path
inUnstructuredAPIFileLoader
class by @kozistr in https://github.com/langchain-ai/langchain/pull/18839 - community: integrate China Mobile Ecloud vector search by @liuyonghengheng in https://github.com/langchain-ai/langchain/pull/15298
- [Evals] Fix function calling support by @hinthornw in https://github.com/langchain-ai/langchain/pull/19658
- cohere[patch]: Add cohere tools agent by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19602
- core: Two updates to chat model interface by @nfcampos in https://github.com/langchain-ai/langchain/pull/19684
- cohere: Fix positional argument by @billytrend-cohere in https://github.com/langchain-ai/langchain/pull/19678
- Flatten relationships in LLM graph transformer by @tomasonjo in https://github.com/langchain-ai/langchain/pull/19642
- [Community] Stop spamming SIMD import warnings by @hinthornw in https://github.com/langchain-ai/langchain/pull/19531
- community: Add VDMS vectorstore by @cwlacewe in https://github.com/langchain-ai/langchain/pull/19551
- community: migrate
bigdl-llm
toipex-llm
by @shane-huang in https://github.com/langchain-ai/langchain/pull/19518 - community: Update Azure Cognitive Services to Azure AI Services by @cgalo5758 in https://github.com/langchain-ai/langchain/pull/19488
- community: fix bug in cohere that
async for
a coroutine in ChatCohere by @kaijietti in https://github.com/langchain-ai/langchain/pull/19381 - anthropic[patch]: fix response metadata type by @baskaryan in https://github.com/langchain-ai/langchain/pull/19683
- langchain_openai: fix ChatOpenAI model's openai proxy by @Sukitly in https://github.com/langchain-ai/langchain/pull/19559
- langchain/fix-cohere-reranker-rerank-method by @jjovalle99 in https://github.com/langchain-ai/langchain/pull/19486
- docs: Optimize Makefile for Better Usability and Maintenance by @cubxxw in https://github.com/langchain-ai/langchain/pull/18859
- The Voyage reranker is not working by @Jaid844 in https://github.com/langchain-ai/langchain/pull/19645
- partners[groq]: update docstring of the ChatGroq class by @sepiatone in https://github.com/langchain-ai/langchain/pull/18645
- langchain: Use map() and avoid "ValueError: max() arg is an empty sequence" in MergerRetriever by @n1lanjan in https://github.com/langchain-ai/langchain/pull/18679
- elasticsearch[patch]: move to repo by @efriis in https://github.com/langchain-ai/langchain/pull/19620
- core[patch], infra: release 0.1.36, run partner CI on core MRs by @efriis in https://github.com/langchain-ai/langchain/pull/19688
- docs: update use_cases/question_answering/chat_history by @ccurme in https://github.com/langchain-ai/langchain/pull/19349
- langchain_cohere:Cohere package misc fixs tool use agent and cohere chat by @BeatrixCohere in https://github.com/langchain-ai/langchain/pull/19705
- community: Fix the error of Baidu Qianfan not passing the stop parameter by @ligang-super in https://github.com/langchain-ai/langchain/pull/18666
- Community: gather token usage info in BedrockChat during generation by @dmenini in https://github.com/langchain-ai/langchain/pull/19127
- core[patch]: Fix jsonOutputParser fails if a json value contains ``` inside it. by @liugddx in https://github.com/langchain-ai/langchain/pull/19717
- cohere: add with_structured_output to ChatCohere by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19730
- cohere[patch]: release 0.1.0rc1 (rc1-2 never released) by @efriis in https://github.com/langchain-ai/langchain/pull/19731
- community: Add solar model chat model by @Tokkiu in https://github.com/langchain-ai/langchain/pull/18556
- community: Fix bug in vdms by @cwlacewe in https://github.com/langchain-ai/langchain/pull/19728
- docs: Update function "run" to "invoke" in llm_symbolic_math.ipynb by @standby24x7 in https://github.com/langchain-ai/langchain/pull/19713
- docs: fix typos and make quickstart more readable by @kubealex in https://github.com/langchain-ai/langchain/pull/19712
- infra: Revert run partner CI on core MRs by @efriis in https://github.com/langchain-ai/langchain/pull/19733
- Adding validation when vector does not exist by @19374242 in https://github.com/langchain-ai/langchain/pull/19698
- langchain: add template_tool_response arg to create_json_chat by @dmenini in https://github.com/langchain-ai/langchain/pull/19696
- core[runnables]: docstring of class RunnableSerializable, method configurable_alternatives by @sepiatone in https://github.com/langchain-ai/langchain/pull/19724
- Add async batch case by @169 in https://github.com/langchain-ai/langchain/pull/19686
- community: fix yuan2 errors in LLMs by @cauwulixuan in https://github.com/langchain-ai/langchain/pull/19004
- openai: perform judgment processing on chat model streaming delta by @HuangZiy in https://github.com/langchain-ai/langchain/pull/18983
- core[runnables]: docstring for class RunnableSerializable, method configurable_fields by @sepiatone in https://github.com/langchain-ai/langchain/pull/19722
- core: Avoid hiding the types of
@beta
-decorated functions/classes by @ldorigo in https://github.com/langchain-ai/langchain/pull/18877 - partners[anthropic]: update docstring of the ChatAnthropic and AnthropicLLM classes by @sepiatone in https://github.com/langchain-ai/langchain/pull/18649
- community[patch]: mypy ignore fix by @Smit-Parmar in https://github.com/langchain-ai/langchain/pull/18483
- community: Added missing from_documents method to KNNRetriever. by @victoradan in https://github.com/langchain-ai/langchain/pull/18411
- docs:Nvidia Riva Runnables Documentation by @haydeniw in https://github.com/langchain-ai/langchain/pull/18237
- fixing markdown for tips by @isahers1 in https://github.com/langchain-ai/langchain/pull/18199
- langchain: fix BaseChatMemory get output data error with extra key by @xiaohuanshu in https://github.com/langchain-ai/langchain/pull/18117
- Support Streaming in Azure Machine Learning by @sachinparyani in https://github.com/langchain-ai/langchain/pull/18246
- docs: improve readability of Langchain Expression Language get_started.ipynb by @ethanknights in https://github.com/langchain-ai/langchain/pull/18157
- community: fix bugs for bilibili Loader by @Jiaaming in https://github.com/langchain-ai/langchain/pull/18036
- docs: update Together README.md by @Mao-Siang in https://github.com/langchain-ai/langchain/pull/18004
- partners/openai: add checking codes for calling AI model get error by @yangkx111 in https://github.com/langchain-ai/langchain/pull/17909
- community: add Integration for OpenAI image gen with v1 sdk by @paulonasc in https://github.com/langchain-ai/langchain/pull/17771
- community: add NotebookLoader unit test by @paulonasc in https://github.com/langchain-ai/langchain/pull/17721
- community: fix OpenAI whisper base url by @Lanthanum1 in https://github.com/langchain-ai/langchain/pull/17695
- Re-set default n_batch by @rlancemartin in https://github.com/langchain-ai/langchain/pull/17594
- community: Add Anyscale embedding support by @kylehh in https://github.com/langchain-ai/langchain/pull/17605
- package:core XML parser to cover the case when the xml only contains the root level tag by @ale-delfino in https://github.com/langchain-ai/langchain/pull/17456
- community surrealdb[fix]: handle for empty metadata and allow collection names with complex characters by @MarcusVirg in https://github.com/langchain-ai/langchain/pull/17374
- community: Add explicit error message to Bedrock error output. by @Mercurrent in https://github.com/langchain-ai/langchain/pull/17328
- experimental: Removed 'SQLResults:' from the LLMResponse in SQLDatabaseChain by @Kirushikesh in https://github.com/langchain-ai/langchain/pull/17104
- langchain: Upgrade openai's sdk and solve some interface adaptation problems. by @liugddx in https://github.com/langchain-ai/langchain/pull/19548
- Add Openvino embedding support by @OpenVINO-dev-contest in https://github.com/langchain-ai/langchain/pull/19632
- community: fixed xml URL on sitemap docs exmaple, issue #17236 by @gisturiz in https://github.com/langchain-ai/langchain/pull/17304
- community: add support for Moonshot llm and chat model by @jialeicui in https://github.com/langchain-ai/langchain/pull/17100
- docs: fix link in openvino integration doc by @eaidova in https://github.com/langchain-ai/langchain/pull/19749
- docs: use markdown cell instead of code block by @169 in https://github.com/langchain-ai/langchain/pull/19740
- docs: providers pinecone fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/19737
- core: Add aformat_messages to FewShotChatMessagePromptTemplate and ChatPromptTemplate by @cbornet in https://github.com/langchain-ai/langchain/pull/19648
- community: Implement DirectoryLoader lazy_load function by @DasDingoCodes in https://github.com/langchain-ai/langchain/pull/19537
- community: add hugging face text-to-speech inference API by @h0rv in https://github.com/langchain-ai/langchain/pull/18880
- Add the ability to pass maps to neo4j retrieval query by @tomasonjo in https://github.com/langchain-ai/langchain/pull/19758
- community: Add solar embedding by @Tokkiu in https://github.com/langchain-ai/langchain/pull/19761
- community: avoid executing
toolkit.get_context()
when not necessary by @x-arturs in https://github.com/langchain-ai/langchain/pull/19762 - add script to check imports by @ccurme in https://github.com/langchain-ai/langchain/pull/19611
- Pathway vectorstore and rag-pathway template by @janchorowski in https://github.com/langchain-ai/langchain/pull/14859
- Agentic and Self-RAG w/ LangGraph by @rlancemartin in https://github.com/langchain-ai/langchain/pull/16910
- community: OllamaEmbeddings - Pass headers to post request by @shahrin014 in https://github.com/langchain-ai/langchain/pull/16880
- community: mmr search for Rockset vectorstore integration by @morganda in https://github.com/langchain-ai/langchain/pull/16908
- community: fix redis input type for index_schema field by @Distant22 in https://github.com/langchain-ai/langchain/pull/16874
- community: history size support for DynamoDBChatMessageHistory by @LukaK in https://github.com/langchain-ai/langchain/pull/16794
- Community: Infobip tool integration by @hmilkovi in https://github.com/langchain-ai/langchain/pull/16805
- Langchain/New-feature: Added Haskell support in langchain.text_splitter module by @Nisarg1112 in https://github.com/langchain-ai/langchain/pull/16191
- langchain_cohere:Allow overriding of the base URL in Cohere Client by @BeatrixCohere in https://github.com/langchain-ai/langchain/pull/19766
- docs[minor]: Add chat model tabs to docs pages by @bracesproul in https://github.com/langchain-ai/langchain/pull/19589
- cohere: support kwargs in with_structured_output by @harry-cohere in https://github.com/langchain-ai/langchain/pull/19736
- openai[patch]: Update openai chat model to new base class interface by @nfcampos in https://github.com/langchain-ai/langchain/pull/19729
- templates: add RAG template for Intel Xeon Scalable Processors by @lvliang-intel in https://github.com/langchain-ai/langchain/pull/18424
- langchain-mistralai: add missing _combine_llm_outputs implementation in ChatMistralAI by @pierreveron in https://github.com/langchain-ai/langchain/pull/18603
- mistralai[patch]: correct integration_test by @baskaryan in https://github.com/langchain-ai/langchain/pull/19774
- docs[patch]: Fix or remove broken mdx links by @bracesproul in https://github.com/langchain-ai/langchain/pull/19777
- langchain: Documentation fix for #16702 and #16703 by @Naveenkhasyap in https://github.com/langchain-ai/langchain/pull/16705
- add support for llmsherpa by @abdalrohman in https://github.com/langchain-ai/langchain/pull/19741
- Google Drive Loader: Modify docs to always set the env var by @snehil002 in https://github.com/langchain-ai/langchain/pull/14791
- Simplify ensemble retriever by @Ayenem in https://github.com/langchain-ai/langchain/pull/14427
- Update minimax.py by @ethynic in https://github.com/langchain-ai/langchain/pull/14384
- "community: fix failing Predibase integration" by @alexsherstinsky in https://github.com/langchain-ai/langchain/pull/19776
- Add Alpha Vantage API Tool by @anshaneel in https://github.com/langchain-ai/langchain/pull/14332
- read_file function implemented in tools by @DrKroll in https://github.com/langchain-ai/langchain/pull/14301
- introduce convert_to_secret() to bananadev llm by @tholapz in https://github.com/langchain-ai/langchain/pull/14283
- dont mutate metadata/tags by @hwchase17 in https://github.com/langchain-ai/langchain/pull/19742
- Create Closed Captioning Chain for .mp4 videos by @LunarECL in https://github.com/langchain-ai/langchain/pull/14059
- docs[minor]: include tab info for togetherai by @sepiatone in https://github.com/langchain-ai/langchain/pull/19796
- templates: Update neo4j templates by @tomasonjo in https://github.com/langchain-ai/langchain/pull/19789
- docs: (minor) updates to voyage ai documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/19819
- docs: fix a dead link by @cxumol in https://github.com/langchain-ai/langchain/pull/19814
- added CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder by @kennethchoe in https://github.com/langchain-ai/langchain/pull/13687
- community: add attribution_token within GoogleVertexAISearchRetriever by @hsuyuming in https://github.com/langchain-ai/langchain/pull/18520
- together[minor]: Update endpoint to non deprecated version by @dev-yashmathur in https://github.com/langchain-ai/langchain/pull/19649
- langchain: Upgrade openai's sdk and solve some interface adaptation problems. #19548 by @liugddx in https://github.com/langchain-ai/langchain/pull/19785
- Fix Cohere retriever by @giannis2two in https://github.com/langchain-ai/langchain/pull/19771
- core[patch]: Release 0.1.37 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19831
- community[patch]: Release 0.0.30 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19838
- langchain[patch]: Release 0.1.14 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19839
New Contributors
- @ldorigo made their first contribution in https://github.com/langchain-ai/langchain/pull/19435
- @raybellwaves made their first contribution in https://github.com/langchain-ai/langchain/pull/19457
- @igeni made their first contribution in https://github.com/langchain-ai/langchain/pull/19449
- @germankrause made their first contribution in https://github.com/langchain-ai/langchain/pull/19421
- @lucifertrj made their first contribution in https://github.com/langchain-ai/langchain/pull/19416
- @preak95 made their first contribution in https://github.com/langchain-ai/langchain/pull/19270
- @Hugoberry made their first contribution in https://github.com/langchain-ai/langchain/pull/18916
- @JacobLezberg made their first contribution in https://github.com/langchain-ai/langchain/pull/19490
- @IgorMunizS made their first contribution in https://github.com/langchain-ai/langchain/pull/19370
- @znwilkins made their first contribution in https://github.com/langchain-ai/langchain/pull/19443
- @orestxherija made their first contribution in https://github.com/langchain-ai/langchain/pull/19532
- @clarkerican made their first contribution in https://github.com/langchain-ai/langchain/pull/19528
- @hamidriasat made their first contribution in https://github.com/langchain-ai/langchain/pull/19464
- @FinTechCao made their first contribution in https://github.com/langchain-ai/langchain/pull/19468
- @arjOman made their first contribution in https://github.com/langchain-ai/langchain/pull/19514
- @marlenezw made their first contribution in https://github.com/langchain-ai/langchain/pull/19352
- @stezz made their first contribution in https://github.com/langchain-ai/langchain/pull/19324
- @JamesBonddu made their first contribution in https://github.com/langchain-ai/langchain/pull/19300
- @mauriciocruzdeveloper made their first contribution in https://github.com/langchain-ai/langchain/pull/19141
- @dexhunter made their first contribution in https://github.com/langchain-ai/langchain/pull/19491
- @hanfi made their first contribution in https://github.com/langchain-ai/langchain/pull/19268
- @adarmiento made their first contribution in https://github.com/langchain-ai/langchain/pull/19130
- @Anindyadeep made their first contribution in https://github.com/langchain-ai/langchain/pull/19113
- @miri-bar made their first contribution in https://github.com/langchain-ai/langchain/pull/19510
- @Skar0 made their first contribution in https://github.com/langchain-ai/langchain/pull/18938
- @theinhumaneme made their first contribution in https://github.com/langchain-ai/langchain/pull/19427
- @B-Step62 made their first contribution in https://github.com/langchain-ai/langchain/pull/18894
- @tomaarsen made their first contribution in https://github.com/langchain-ai/langchain/pull/19594
- @adrian-valente made their first contribution in https://github.com/langchain-ai/langchain/pull/19419
- @giannis2two made their first contribution in https://github.com/langchain-ai/langchain/pull/19533
- @jhicks2306 made their first contribution in https://github.com/langchain-ai/langchain/pull/19601
- @rawatraghav made their first contribution in https://github.com/langchain-ai/langchain/pull/19598
- @xsai9101 made their first contribution in https://github.com/langchain-ai/langchain/pull/19536
- @fzowl made their first contribution in https://github.com/langchain-ai/langchain/pull/19521
- @timothywong731 made their first contribution in https://github.com/langchain-ai/langchain/pull/19591
- @jjovalle99 made their first contribution in https://github.com/langchain-ai/langchain/pull/19205
- @yuwenzho made their first contribution in https://github.com/langchain-ai/langchain/pull/18474
- @Raj725 made their first contribution in https://github.com/langchain-ai/langchain/pull/19574
- @Randl made their first contribution in https://github.com/langchain-ai/langchain/pull/19520
- @kwehmeyer made their first contribution in https://github.com/langchain-ai/langchain/pull/17590
- @CaroFG made their first contribution in https://github.com/langchain-ai/langchain/pull/18970
- @kozistr made their first contribution in https://github.com/langchain-ai/langchain/pull/18839
- @liuyonghengheng made their first contribution in https://github.com/langchain-ai/langchain/pull/15298
- @harry-cohere made their first contribution in https://github.com/langchain-ai/langchain/pull/19602
- @cwlacewe made their first contribution in https://github.com/langchain-ai/langchain/pull/19551
- @cgalo5758 made their first contribution in https://github.com/langchain-ai/langchain/pull/19488
- @cubxxw made their first contribution in https://github.com/langchain-ai/langchain/pull/18859
- @Jaid844 made their first contribution in https://github.com/langchain-ai/langchain/pull/19645
- @n1lanjan made their first contribution in https://github.com/langchain-ai/langchain/pull/18679
- @ligang-super made their first contribution in https://github.com/langchain-ai/langchain/pull/18666
- @Tokkiu made their first contribution in https://github.com/langchain-ai/langchain/pull/18556
- @kubealex made their first contribution in https://github.com/langchain-ai/langchain/pull/19712
- @HuangZiy made their first contribution in https://github.com/langchain-ai/langchain/pull/18983
- @victoradan made their first contribution in https://github.com/langchain-ai/langchain/pull/18411
- @haydeniw made their first contribution in https://github.com/langchain-ai/langchain/pull/18237
- @xiaohuanshu made their first contribution in https://github.com/langchain-ai/langchain/pull/18117
- @sachinparyani made their first contribution in https://github.com/langchain-ai/langchain/pull/18246
- @ethanknights made their first contribution in https://github.com/langchain-ai/langchain/pull/18157
- @Jiaaming made their first contribution in https://github.com/langchain-ai/langchain/pull/18036
- @Mao-Siang made their first contribution in https://github.com/langchain-ai/langchain/pull/18004
- @yangkx111 made their first contribution in https://github.com/langchain-ai/langchain/pull/17909
- @paulonasc made their first contribution in https://github.com/langchain-ai/langchain/pull/17771
- @Lanthanum1 made their first contribution in https://github.com/langchain-ai/langchain/pull/17695
- @ale-delfino made their first contribution in https://github.com/langchain-ai/langchain/pull/17456
- @MarcusVirg made their first contribution in https://github.com/langchain-ai/langchain/pull/17374
- @gisturiz made their first contribution in https://github.com/langchain-ai/langchain/pull/17304
- @jialeicui made their first contribution in https://github.com/langchain-ai/langchain/pull/17100
- @eaidova made their first contribution in https://github.com/langchain-ai/langchain/pull/19749
- @DasDingoCodes made their first contribution in https://github.com/langchain-ai/langchain/pull/19537
- @x-arturs made their first contribution in https://github.com/langchain-ai/langchain/pull/19762
- @janchorowski made their first contribution in https://github.com/langchain-ai/langchain/pull/14859
- @Distant22 made their first contribution in https://github.com/langchain-ai/langchain/pull/16874
- @LukaK made their first contribution in https://github.com/langchain-ai/langchain/pull/16794
- @hmilkovi made their first contribution in https://github.com/langchain-ai/langchain/pull/16805
- @Nisarg1112 made their first contribution in https://github.com/langchain-ai/langchain/pull/16191
- @lvliang-intel made their first contribution in https://github.com/langchain-ai/langchain/pull/18424
- @pierreveron made their first contribution in https://github.com/langchain-ai/langchain/pull/18603
- @abdalrohman made their first contribution in https://github.com/langchain-ai/langchain/pull/19741
- @Ayenem made their first contribution in https://github.com/langchain-ai/langchain/pull/14427
- @ethynic made their first contribution in https://github.com/langchain-ai/langchain/pull/14384
- @alexsherstinsky made their first contribution in https://github.com/langchain-ai/langchain/pull/19776
- @anshaneel made their first contribution in https://github.com/langchain-ai/langchain/pull/14332
- @DrKroll made their first contribution in https://github.com/langchain-ai/langchain/pull/14301
- @tholapz made their first contribution in https://github.com/langchain-ai/langchain/pull/14283
- @LunarECL made their first contribution in https://github.com/langchain-ai/langchain/pull/14059
- @dev-yashmathur made their first contribution in https://github.com/langchain-ai/langchain/pull/19649
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.13...v0.1.14
v0.1.13
What's Changed
- experimental[patch]: release 0.0.54 by @efriis in https://github.com/langchain-ai/langchain/pull/19000
- templates: bump lockfile deps by @efriis in https://github.com/langchain-ai/langchain/pull/19001
- template: bump more lockfiles by @efriis in https://github.com/langchain-ai/langchain/pull/19003
- templates, cli: more security deps by @efriis in https://github.com/langchain-ai/langchain/pull/19006
- templates: fix rag-lancedb dep by @efriis in https://github.com/langchain-ai/langchain/pull/19010
- core[minor]: Add Runnable.batch_as_completed by @nfcampos in https://github.com/langchain-ai/langchain/pull/17603
- Add graph construction docs by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18904
- infra: update upload-artifact and download-artifact to v4 by @efriis in https://github.com/langchain-ai/langchain/pull/19044
- Updated index definition and reference to LangChain-MongoDB by @prakul in https://github.com/langchain-ai/langchain/pull/19047
- docs: deprecate old airbyte loader docs by @efriis in https://github.com/langchain-ai/langchain/pull/19048
- community[patch]: Fix NotionDBLoader 400 Error by conditionally adding filter parameter by @gunnzolder in https://github.com/langchain-ai/langchain/pull/19075
- docs: make links internal by @baskaryan in https://github.com/langchain-ai/langchain/pull/19063
- Add new beta StructuredPrompt by @nfcampos in https://github.com/langchain-ai/langchain/pull/19080
- core: Runnable pass kwargs to _astream_log_implementation in astream_log by @rere950303 in https://github.com/langchain-ai/langchain/pull/19055
- core[patch]: Release 0.1.32 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19088
- docs:fixed typo in streaming document by @yangml103 in https://github.com/langchain-ai/langchain/pull/19045
- code[patch]: Add in code documentation to core Runnable assign method (docs only) by @liugddx in https://github.com/langchain-ai/langchain/pull/18951
- docs: ignore custom llm integration index (TEMP) by @baskaryan in https://github.com/langchain-ai/langchain/pull/19090
- community[minor]: Revamp PGVector Filtering by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18992
- Updated security policy by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19089
- core[patch]: RunnablePassthrough transform to autoupgrade to AddableDict by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19051
- community: Add support for cohere SDK v5 (keeps v4 backwards compatibility) by @billytrend-cohere in https://github.com/langchain-ai/langchain/pull/19084
- langchain_ibm[patch] add async tests, add tokenize support by @MateuszOssGit in https://github.com/langchain-ai/langchain/pull/18898
- ibm[patch]: release 0.1.3 by @efriis in https://github.com/langchain-ai/langchain/pull/19094
- Switch neo4j generation template to LLMGraphTransformer by @tomasonjo in https://github.com/langchain-ai/langchain/pull/19024
- partners: AI21 Labs Batch Support in Embeddings by @Josephasafg in https://github.com/langchain-ai/langchain/pull/18633
- docs[minor]ci[minor]: Add script & CI to check recurring links daily by @bracesproul in https://github.com/langchain-ai/langchain/pull/19100
- ci[patch]: Set root dir to ./docs by @bracesproul in https://github.com/langchain-ai/langchain/pull/19102
- voyageai[patch]: init package by @efriis in https://github.com/langchain-ai/langchain/pull/19098
- Change lc id to match what's possible in js by @nfcampos in https://github.com/langchain-ai/langchain/pull/19099
- core[patch]: rc release 0.1.33-rc.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19103
- community, langchain, infra: store extended test deps outside of poetry by @efriis in https://github.com/langchain-ai/langchain/pull/18995
- docs: updated imports in the documentation by @lkuligin in https://github.com/langchain-ai/langchain/pull/19131
- community, langchain, infra: revert store extended test deps outside of poetry by @efriis in https://github.com/langchain-ai/langchain/pull/19153
- docs: voyageai as provider by @efriis in https://github.com/langchain-ai/langchain/pull/19154
- docs: update the list of providers by @sepiatone in https://github.com/langchain-ai/langchain/pull/19012
- Add Baidu VectorDB as vector store by @fengjial in https://github.com/langchain-ai/langchain/pull/17997
- Community: add args_schema to sql_database tools for langGraph integration by @juanfe88 in https://github.com/langchain-ai/langchain/pull/18595
- community [patch] : adds feedback and status for Fiddler callback handler events by @bhalder in https://github.com/langchain-ai/langchain/pull/19157
- infra: run min version ci before integration tests by @efriis in https://github.com/langchain-ai/langchain/pull/18945
- core: allow LLMs async streaming to fallback on sync streaming by @maximeperrindev in https://github.com/langchain-ai/langchain/pull/18960
- langchain: upgrade mypy by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19163
- community [patch] : publishes duration as milliseconds to Fiddler by @bhalder in https://github.com/langchain-ai/langchain/pull/19166
- Fix source column xata.ipynb by @kostasb in https://github.com/langchain-ai/langchain/pull/19137
- community: implement qdrant _aembed_query and use it in other async funcs by @kaijietti in https://github.com/langchain-ai/langchain/pull/19155
- docs: fix API link for BaseLoader by @samanhappy in https://github.com/langchain-ai/langchain/pull/19128
- community: Fix sparkllm embeddings api bug. by @liugddx in https://github.com/langchain-ai/langchain/pull/19122
- code[patch]: Add in code documentation to core Runnable with_fallbacks method (docs only) by @liugddx in https://github.com/langchain-ai/langchain/pull/19104
- fix databricks document url by @case-k-git in https://github.com/langchain-ai/langchain/pull/19096
- docs: Fix execution results of
docs/docs/modules/data_connection/indexing.ipynb
by @g-votte in https://github.com/langchain-ai/langchain/pull/19112 - Fixed Grammar in Considerations of Model I/O Concepts documentation page - Update concepts.mdx by @AnubhavMadhav in https://github.com/langchain-ai/langchain/pull/19091
- Update azure_cosmos_db.ipynb by @wmwxwa in https://github.com/langchain-ai/langchain/pull/19087
- Update llm_caching.ipynb by @wmwxwa in https://github.com/langchain-ai/langchain/pull/19085
- langchain[patch]: make hub work with older langchainhub versions by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19076
- community: Add Blended Search Support to
GoogleVertexAISearchRetriever
by @holtskinner in https://github.com/langchain-ai/langchain/pull/19082 - docs:
providers
update 8 by @leo-gan in https://github.com/langchain-ai/langchain/pull/19053 - community: Use langchain-astradb for AstraDB doc loader by @cbornet in https://github.com/langchain-ai/langchain/pull/19071
- Corrected error by @nithinv-27 in https://github.com/langchain-ai/langchain/pull/19030
- docs: update docs for yuan2 in LLMs and Chat models integration. by @cauwulixuan in https://github.com/langchain-ai/langchain/pull/19028
- community: Fixed bug in merging
generation_info
during chunk concatenation in Tongyi and ChatTongyi by @liushuaikobe in https://github.com/langchain-ai/langchain/pull/19014 - community: fix yuan2 chat model errors while invoke. by @cauwulixuan in https://github.com/langchain-ai/langchain/pull/19015
- add comment by @19374242 in https://github.com/langchain-ai/langchain/pull/19016
- partners[together]: update docstring of Together class by @sepiatone in https://github.com/langchain-ai/langchain/pull/19008
- docs: update stale links in Together AI documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/19011
- text-splitters:fix json split of RecursiveJsonSplitter which may cause memory of chunks by @six17 in https://github.com/langchain-ai/langchain/pull/19119
- community: support fastembed v1 and v2 by @skozlovf in https://github.com/langchain-ai/langchain/pull/19125
- docs: fix link to interface TextSplitter by @samanhappy in https://github.com/langchain-ai/langchain/pull/19177
- community: Add model argument for maritalk models and better error handling by @rodrigo-f-nogueira in https://github.com/langchain-ai/langchain/pull/19187
- community: Add
partition
parameter to DashVector by @wangcailin in https://github.com/langchain-ai/langchain/pull/19023 - docs: Remove duplicated line in Get Started section by @amorphius in https://github.com/langchain-ai/langchain/pull/19182
- docs: Update why.ipynb by @inpyeong in https://github.com/langchain-ai/langchain/pull/19173
- Update README.md by @songyi1999 in https://github.com/langchain-ai/langchain/pull/19172
- community: Fix all page numbers were the same for _BaseGoogleVertexAISearchRetriever by @eycjur in https://github.com/langchain-ai/langchain/pull/19175
- core: Add docs for RouterRunnable by @nikhilkmr300 in https://github.com/langchain-ai/langchain/pull/19191
- community: Add support for translation in HuggingFacePipeline by @nikhilkmr300 in https://github.com/langchain-ai/langchain/pull/19190
- openai[patch]: fix async http client by @baskaryan in https://github.com/langchain-ai/langchain/pull/19164
- community: Fix import path for StreamingStdOutCallbackHandler example by @primate88 in https://github.com/langchain-ai/langchain/pull/19170
- docs: provided hyperlinks to text and fixed grammar by @AnubhavMadhav in https://github.com/langchain-ai/langchain/pull/19092
- Example error by @htaoruan in https://github.com/langchain-ai/langchain/pull/19013
- community: add stop parameter support to volcengine maas by @joyme123 in https://github.com/langchain-ai/langchain/pull/19052
- moved fake llms and embeddings to core by @lkuligin in https://github.com/langchain-ai/langchain/pull/19226
- langchain-mongodb: Remove embedding retrieval from mongodb payload by @Jibola in https://github.com/langchain-ai/langchain/pull/19035
- langchain-mongodb: Remove in-memory cache from cache abstractions by @Jibola in https://github.com/langchain-ai/langchain/pull/18987
- deprecate community docugami loader by @kenzie28 in https://github.com/langchain-ai/langchain/pull/19230
- templates: update qdrant self query by @Anush008 in https://github.com/langchain-ai/langchain/pull/19218
- community:
llms
imports fixes by @leo-gan in https://github.com/langchain-ai/langchain/pull/18943 - mongodb[patch]: release 0.1.2 by @efriis in https://github.com/langchain-ai/langchain/pull/19243
- core[patch]: Add LLM output to message response_metadata by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/19158
- [Enhancement] Add support for directly providing a run_id by @hinthornw in https://github.com/langchain-ai/langchain/pull/18990
- docs:Fix links to LangSmith docs on Evaluation page (#19210) by @EstephaniaCalvoC in https://github.com/langchain-ai/langchain/pull/19216
- langchain-mongodb: [test-fix] add explicit index_name setting on test vector creation by @Jibola in https://github.com/langchain-ai/langchain/pull/19245
- community: Add rag lantern template by @gustavo-yt in https://github.com/langchain-ai/langchain/pull/16523
- templates: Added template for JaguarDB by @DannyMang in https://github.com/langchain-ai/langchain/pull/16757
- partners: AI21 Labs bump SDK version by @Josephasafg in https://github.com/langchain-ai/langchain/pull/19114
- langchain[patch]: update base imports to core by @efriis in https://github.com/langchain-ai/langchain/pull/19248
- community: Fix Milvus got multiple values for keyword argument 'timeout' by @liugddx in https://github.com/langchain-ai/langchain/pull/19232
- text-splitters, infra: fix
libs/langchain/dev.Dockerfile
so that thetext-splitter
directory is copied before poetry installation by @g-votte in https://github.com/langchain-ai/langchain/pull/19214 - docs:Make url as a markdown link by @Howe829 in https://github.com/langchain-ai/langchain/pull/19212
- experimental: add buffer_size hyperparameter to SemanticChunker as in source video by @umbilnm in https://github.com/langchain-ai/langchain/pull/19208
- [langchain_community] milvus vectorstores upsert: add **kwargs to make it use for other argument also by @rgupta2508 in https://github.com/langchain-ai/langchain/pull/19193
- Updating format of pip install by @saurvkmr in https://github.com/langchain-ai/langchain/pull/19198
- docs: fix import path for
FlashrankRerank
example notebook by @Simon-Stone in https://github.com/langchain-ai/langchain/pull/19146 - Add docstrings for Clickhouse class methods by @hamza-m-farooqi in https://github.com/langchain-ai/langchain/pull/19195
- core: Fix Exception handling in XMLOutputParser by @KangmoonSeo in https://github.com/langchain-ai/langchain/pull/19126
- Community: Add mistral oss model support to azureml endpoints, plus configurable timeout by @tjaffri in https://github.com/langchain-ai/langchain/pull/19123
- core: Updated docstring for Context class by @aaronjimv in https://github.com/langchain-ai/langchain/pull/19079
- langchain: preserve document metadata in
FlashrankRerank
by @Simon-Stone in https://github.com/langchain-ai/langchain/pull/19148 - Josha91 fix docstring by @hwchase17 in https://github.com/langchain-ai/langchain/pull/19249
- core: update _rm_titles to account for title argument name bug by @rsk2327 in https://github.com/langchain-ai/langchain/pull/19036
- docs: Embellish article on splitting by tokens with more examples and missing details by @tonybaloney in https://github.com/langchain-ai/langchain/pull/18997
- community: Add
keep_alive
parameter to control how long the model w… by @gonvee in https://github.com/langchain-ai/langchain/pull/19005 - elasticsearch: check for deployed models by @maxjakob in https://github.com/langchain-ai/langchain/pull/18973
- community: VectorStore Infinispan, adding autoconfiguration by @rigazilla in https://github.com/langchain-ai/langchain/pull/18967
- langchain: creating assistants with file_ids by @fredericowu in https://github.com/langchain-ai/langchain/pull/19199
- experimental: update the notebook link of semantic chunk. by @1openwindow in https://github.com/langchain-ai/langchain/pull/19253
- docs: update slack toolkit ipynb in integration by @HatsuneMK00 in https://github.com/langchain-ai/langchain/pull/19219
- core[minor]: Enhance cache flexibility in BaseChatModel by @alhridoy in https://github.com/langchain-ai/langchain/pull/17386
- core[patch]: Move
globals
to a module instead of a package (non breaking change) by @leo-gan in https://github.com/langchain-ai/langchain/pull/19159 - core[patch]: Pass sync run manager for sync stream fallback in astream by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19280
- code[patch]: Add in code documentation to core Runnable with_retry method (docs only) by @liugddx in https://github.com/langchain-ai/langchain/pull/19192
- docs: integration deprecation docs by @efriis in https://github.com/langchain-ai/langchain/pull/19283
- ci[minor]: Bump LC scripts package, add retry option by @bracesproul in https://github.com/langchain-ai/langchain/pull/19285
- community: Use langchain-astradb for AstraDB caches by @cbornet in https://github.com/langchain-ai/langchain/pull/18419
- langchain-mongodb: Added scoring threshold to caching by @Jibola in https://github.com/langchain-ai/langchain/pull/19286
- Permit function eval on llm data type by @hinthornw in https://github.com/langchain-ai/langchain/pull/19287
- core: implement a batch_size parameter for CacheBackedEmbeddings by @chrispy-snps in https://github.com/langchain-ai/langchain/pull/18070
- community: add Couchbase Vector Store by @nithishr in https://github.com/langchain-ai/langchain/pull/18994
- splitters: Add ensure_ascii parameter by @liugddx in https://github.com/langchain-ai/langchain/pull/18485
- openai[patch]: pass message name by @efriis in https://github.com/langchain-ai/langchain/pull/17537
- docs[minor]: Add chat model selection tabs component by @bracesproul in https://github.com/langchain-ai/langchain/pull/19296
- core[patch]: Simplify astream logic in BaseChatModel and BaseLLM by @cbornet in https://github.com/langchain-ai/langchain/pull/19332
- core:
messages
fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/19161 - docs: contribute / integrations code examples update by @sepiatone in https://github.com/langchain-ai/langchain/pull/19319
- core: Updated docstring for RunnablePick by @devesh-2002 in https://github.com/langchain-ai/langchain/pull/18832
- community: Add InMemoryVectorStore by @cbornet in https://github.com/langchain-ai/langchain/pull/19326
- docs: Fix typo in infino.ipynb by @laoazhang in https://github.com/langchain-ai/langchain/pull/18640
- community[patch]: Invoke callback prior to yielding token (ollama) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18629
- community[patch]: Invoke callback prior to yielding token (openai) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18628
- community[patch]: Invoke callback prior to yielding token (pai_eas_endpoint) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18627
- community[patch]: Invoke callback prior to yielding token (replicate) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18626
- community[patch]: Invoke callback prior to yielding token (sparkllm) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18625
- community[patch]: Invoke callback prior to yielding token (titan_takeoff_pro) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18624
- langchain[patch]: add stop for various non-openai agents by @mackong in https://github.com/langchain-ai/langchain/pull/19333
- [Feat] Accept non-dict if only 1 prompt input variable by @hinthornw in https://github.com/langchain-ai/langchain/pull/19156
- langchain[patch]: Add tests for indexing by @eyurtsev in https://github.com/langchain-ai/langchain/pull/19342
- core[patch]: Release 0.1.33 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19348
- community[patch]: Release 0.0.29 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19350
- langchain[patch]: Release 0.1.13 by @baskaryan in https://github.com/langchain-ai/langchain/pull/19351
New Contributors
- @gunnzolder made their first contribution in https://github.com/langchain-ai/langchain/pull/19075
- @yangml103 made their first contribution in https://github.com/langchain-ai/langchain/pull/19045
- @fengjial made their first contribution in https://github.com/langchain-ai/langchain/pull/17997
- @juanfe88 made their first contribution in https://github.com/langchain-ai/langchain/pull/18595
- @kaijietti made their first contribution in https://github.com/langchain-ai/langchain/pull/19155
- @samanhappy made their first contribution in https://github.com/langchain-ai/langchain/pull/19128
- @case-k-git made their first contribution in https://github.com/langchain-ai/langchain/pull/19096
- @g-votte made their first contribution in https://github.com/langchain-ai/langchain/pull/19112
- @AnubhavMadhav made their first contribution in https://github.com/langchain-ai/langchain/pull/19091
- @wmwxwa made their first contribution in https://github.com/langchain-ai/langchain/pull/19087
- @nithinv-27 made their first contribution in https://github.com/langchain-ai/langchain/pull/19030
- @six17 made their first contribution in https://github.com/langchain-ai/langchain/pull/19119
- @amorphius made their first contribution in https://github.com/langchain-ai/langchain/pull/19182
- @inpyeong made their first contribution in https://github.com/langchain-ai/langchain/pull/19173
- @songyi1999 made their first contribution in https://github.com/langchain-ai/langchain/pull/19172
- @eycjur made their first contribution in https://github.com/langchain-ai/langchain/pull/19175
- @nikhilkmr300 made their first contribution in https://github.com/langchain-ai/langchain/pull/19191
- @primate88 made their first contribution in https://github.com/langchain-ai/langchain/pull/19170
- @htaoruan made their first contribution in https://github.com/langchain-ai/langchain/pull/19013
- @joyme123 made their first contribution in https://github.com/langchain-ai/langchain/pull/19052
- @EstephaniaCalvoC made their first contribution in https://github.com/langchain-ai/langchain/pull/19216
- @gustavo-yt made their first contribution in https://github.com/langchain-ai/langchain/pull/16523
- @DannyMang made their first contribution in https://github.com/langchain-ai/langchain/pull/16757
- @Howe829 made their first contribution in https://github.com/langchain-ai/langchain/pull/19212
- @umbilnm made their first contribution in https://github.com/langchain-ai/langchain/pull/19208
- @saurvkmr made their first contribution in https://github.com/langchain-ai/langchain/pull/19198
- @Simon-Stone made their first contribution in https://github.com/langchain-ai/langchain/pull/19146
- @hamza-m-farooqi made their first contribution in https://github.com/langchain-ai/langchain/pull/19195
- @KangmoonSeo made their first contribution in https://github.com/langchain-ai/langchain/pull/19126
- @tonybaloney made their first contribution in https://github.com/langchain-ai/langchain/pull/18997
- @gonvee made their first contribution in https://github.com/langchain-ai/langchain/pull/19005
- @fredericowu made their first contribution in https://github.com/langchain-ai/langchain/pull/19199
- @1openwindow made their first contribution in https://github.com/langchain-ai/langchain/pull/19253
- @HatsuneMK00 made their first contribution in https://github.com/langchain-ai/langchain/pull/19219
- @alhridoy made their first contribution in https://github.com/langchain-ai/langchain/pull/17386
- @chrispy-snps made their first contribution in https://github.com/langchain-ai/langchain/pull/18070
- @devesh-2002 made their first contribution in https://github.com/langchain-ai/langchain/pull/18832
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.12...v0.1.13
v0.1.12
What's Changed
- anthropic[minor]: add tool calling by @efriis in https://github.com/langchain-ai/langchain/pull/18554
- docs: anthropic multimodal by @efriis in https://github.com/langchain-ai/langchain/pull/18586
- marked MatchingEngine as deprecated by @lkuligin in https://github.com/langchain-ai/langchain/pull/18585
- community: Implement lazy_load() for GithubFileLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18584
- Add precedence for input params over env variables in neo4j integration by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18581
- Update link in neo4j semantic ollama templates by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18574
- langchain-mongodb: Add MongoDB LLM Cache by @Jibola in https://github.com/langchain-ai/langchain/pull/17470
- langchain-mongodb: Migrate MongoDBChatMessageHistory by @Jibola in https://github.com/langchain-ai/langchain/pull/18590
- airbyte[patch]: release 0.1.1, python 3.9 compat by @efriis in https://github.com/langchain-ai/langchain/pull/18597
- langchain-mongodb: add unit tests for MongoDBChatMessageHistory by @Jibola in https://github.com/langchain-ai/langchain/pull/18599
- community:update telegram notebook by @rdzotz in https://github.com/langchain-ai/langchain/pull/18569
- core[patch]: deprecate hwchase17/langchain-hub, address path traversal (CVE-2024-28088) by @efriis in https://github.com/langchain-ai/langchain/pull/18600
- docs:Update function "run" to "invoke" in smart_llm.ipynb by @standby24x7 in https://github.com/langchain-ai/langchain/pull/18568
- Remove neo4j bloom labels from graph schema by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18564
- community[patch]: Invoke callback prior to yielding token (titan_takeoff) by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18560
- docs:
providers
update 5 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18550 - anthropic[patch]: fix argument integration test by @efriis in https://github.com/langchain-ai/langchain/pull/18605
- anthropic[patch]: handle lists in function calling by @efriis in https://github.com/langchain-ai/langchain/pull/18609
- partners: AI21 Labs Contextual Answers support by @Josephasafg in https://github.com/langchain-ai/langchain/pull/18270
- docs: query analysis links by @baskaryan in https://github.com/langchain-ai/langchain/pull/18614
- nvidia-trt:add TritonTensorRTLLM(verbose_client=False) by @mkhludnev in https://github.com/langchain-ai/langchain/pull/16848
- fix: Add retriever self_query and score_threshold in DingoDB by @HeChangHaoGary in https://github.com/langchain-ai/langchain/pull/18106
- elasticsearch docs: Update README by @maxjakob in https://github.com/langchain-ai/langchain/pull/18497
- Docs: fix link and missing package by @rodrigo-f-nogueira in https://github.com/langchain-ai/langchain/pull/18405
- community: use jq schema for content_key in json_loader by @kzk-maeda in https://github.com/langchain-ai/langchain/pull/18003
- community: add Yuque document loader by @Dounx in https://github.com/langchain-ai/langchain/pull/17924
- docs: minor spelling errors by @Hazzerback25 in https://github.com/langchain-ai/langchain/pull/18429
- community: Fix VectorStoreQATool by @cbornet in https://github.com/langchain-ai/langchain/pull/18529
- community: Improve amadeus tool and doc by @caidwang in https://github.com/langchain-ai/langchain/pull/18509
- docs: text splitters install by @baskaryan in https://github.com/langchain-ai/langchain/pull/18589
- langchain-mongodb: include LLM caches in toplevel library import by @Jibola in https://github.com/langchain-ai/langchain/pull/18601
- elasticsearch: add
ElasticsearchRetriever
by @maxjakob in https://github.com/langchain-ai/langchain/pull/18587 - docs: why lcel nit by @baskaryan in https://github.com/langchain-ai/langchain/pull/18616
- docs: structured_output by @psvann in https://github.com/langchain-ai/langchain/pull/18608
- community: Implement lazy_load() for EverNoteLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18538
- community: Implement lazy_load() for CubeSemanticLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18535
- docs:
providers
update 3 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18527 - infra: reorder api docs build steps by @efriis in https://github.com/langchain-ai/langchain/pull/18618
- community: Databricks SerDe uses cloudpickle instead of pickle by @liangz1 in https://github.com/langchain-ai/langchain/pull/18607
- community: Implement lazy_load() for GitbookLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18670
- community: Implement lazy_load() for FacebookChatLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18669
- community: Implement lazy_load() for SitemapLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18667
- community: Implement lazy_load() for OutlookMessageLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18668
- community: Implement lazy_load() for ArxivLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18664
- Docs: Revamp Extraction Use Case by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18588
- Use Case: Extraction set temperature to 0, qualify a statement by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18672
- community[patch]: Release 0.0.26 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18683
- community[minor]: Implement lazy_load() for WikipediaLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18680
- community: Implement lazy_load() for WhatsAppChatLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18677
- community: Implement lazy_load() for SlackDirectoryLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18675
- community: Implement lazy_load() for TrelloLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18658
- community: Implement lazy_load() for PsychicLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18656
- community: Implement lazy_load() for ObsidianLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18654
- community: Implement lazy_load() for UnstructuredBaseLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18647
- community: Implement lazy_load() for ConfluenceLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18436
- community: Implement lazy_load() for AssemblyAIAudioTranscriptLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18421
- community: Implement lazy_load() for MastodonTootsLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18671
- community: Implement lazy_load() for TextLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18674
- community: Implement lazy_load() for PDFMinerPDFasHTMLLoader and PyMuPDFLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18673
- community: Implement lazy_load() for BSHTMLLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18423
- community: Implement lazy_load() for GitLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18539
- community: Fix some issues with sparkllm use cases by @liugddx in https://github.com/langchain-ai/langchain/pull/17674
- docs: update to the streaming tutorial notebook in the lcel documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/18378
- core: Move document loader interfaces to core by @cbornet in https://github.com/langchain-ai/langchain/pull/17723
- docs: fix
streamlit
provider by @leo-gan in https://github.com/langchain-ai/langchain/pull/18606 - mongodb[patch]: release 0.1.1 by @efriis in https://github.com/langchain-ai/langchain/pull/18692
- docs: update imports of callbacks to use langchain_community by @leo-gan in https://github.com/langchain-ai/langchain/pull/18691
- community[patch]: Patch tdidf retriever (CVE-2024-2057) by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18695
- community[major]: breaking change in some APIs to force users to opt-in for pickling by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18696
- community[patch]: make metadata and text optional as expected in DocArray by @yike5460 in https://github.com/langchain-ai/langchain/pull/18678
- community: Implement lazy_load() for PlaywrightURLLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18676
- openai[patch]: unit test azure init by @efriis in https://github.com/langchain-ai/langchain/pull/18703
- community: Opensearch delete method added - indexing supported by @djo10 in https://github.com/langchain-ai/langchain/pull/18522
- templates: rag-multi-modal typo, replace serch with search by @josx in https://github.com/langchain-ai/langchain/pull/18519
- elasticsearch: update references, deprecate community classes by @maxjakob in https://github.com/langchain-ai/langchain/pull/18506
- community: Adding support for Infinispan as VectorStore by @rigazilla in https://github.com/langchain-ai/langchain/pull/17861
- langchain_community: Add DocumentDBVectorSearch VectorStore by @samkhano1 in https://github.com/langchain-ai/langchain/pull/17757
- Support for claude v3 models. by @3coins in https://github.com/langchain-ai/langchain/pull/18630
- core[patch]: release 0.1.30 by @efriis in https://github.com/langchain-ai/langchain/pull/18706
- community[patch]: release 0.0.27 by @efriis in https://github.com/langchain-ai/langchain/pull/18708
- community: Fix sparkllm authentication problem. by @liugddx in https://github.com/langchain-ai/langchain/pull/18651
- docs: update imports of tools to use langchain_community by @leo-gan in https://github.com/langchain-ai/langchain/pull/18705
- community: Chroma use uuid4 instead of uuid1 to generate random ids by @axiangcoding in https://github.com/langchain-ai/langchain/pull/18723
- community: Implement lazy_load() for MHTMLLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18648
- core[minor]: in Document Loader If load() has been overridden, use it in default lazy_load() by @cbornet in https://github.com/langchain-ai/langchain/pull/18690
- community[patch]: move pdf text tests to integration by @efriis in https://github.com/langchain-ai/langchain/pull/18746
- community[patch]: deprecate community anthropic by @efriis in https://github.com/langchain-ai/langchain/pull/18745
- docs: update imports of
adapters
to use langchain_community by @leo-gan in https://github.com/langchain-ai/langchain/pull/18751 - Add dangerous parameter to requests tool by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18697
- core: upgrade mypy to recent mypy by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18753
- Docs: Add custom parsing documentation and extending langchain by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18331
- langchain-mongodb: Standardize mongodb collection/index names in tests by @Jibola in https://github.com/langchain-ai/langchain/pull/18755
- Docs: remove sales from security by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18762
- community[patch]: chat hf typing fix by @baskaryan in https://github.com/langchain-ai/langchain/pull/18693
- : Add Initial Support for TiDB Vector Store by @IANTHEREAL in https://github.com/langchain-ai/langchain/pull/15796
- Added support for filter out AWS Kendra search by score confidence by @Smit-Parmar in https://github.com/langchain-ai/langchain/pull/12920
- community: Integration for
Friendli
LLM andChatFriendli
ChatModel. by @kooyunmo in https://github.com/langchain-ai/langchain/pull/17913 - core[patch]: Automatic upgrade to AddableDict in transform and atransform by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18743
- : Improve the tidb vector store notebook by @IANTHEREAL in https://github.com/langchain-ai/langchain/pull/18773
- Fix neo4j sanitizing values by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18750
- feat(experimental): add support for modin in pandas agent by @mspronesti in https://github.com/langchain-ai/langchain/pull/18749
- core: improve PydanticOutputParser typing by @jnis23 in https://github.com/langchain-ai/langchain/pull/18740
- Fix diffbot graph transformer description by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18736
- docs: update Google Cloud database integration docs by @averikitsch in https://github.com/langchain-ai/langchain/pull/18711
- elasticsearch: add top-level import, remove obsolete dependency by @maxjakob in https://github.com/langchain-ai/langchain/pull/18644
- docs: Fix link to HF TEI in text_embeddings_inference.ipynb by @aaronjimv in https://github.com/langchain-ai/langchain/pull/18682
- Docs: Fix typo by @sanders41 in https://github.com/langchain-ai/langchain/pull/18545
- Community : Tidy up and update Clarifai SDK functions by @phtvo in https://github.com/langchain-ai/langchain/pull/18314
- Add LLM graph transformer by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18733
- langchain[patch]: runnable agent streaming param by @baskaryan in https://github.com/langchain-ai/langchain/pull/18761
- docs:Update function "run" to "invoke" in llm_bash.ipynb by @standby24x7 in https://github.com/langchain-ai/langchain/pull/18663
- core[minor]: add BaseMessage.response_metadata by @baskaryan in https://github.com/langchain-ai/langchain/pull/18699
- docs: (minor) update to anthropic doc by @sepiatone in https://github.com/langchain-ai/langchain/pull/18794
- partners[openai]: ChatOpenAI unit tests for invoke() and ainvoke() by @sepiatone in https://github.com/langchain-ai/langchain/pull/18792
- docs: update imports of
memory
to uselangchain_community
by @leo-gan in https://github.com/langchain-ai/langchain/pull/18689 - docs: update imports of
retrievers
to uselangchain_community
by @leo-gan in https://github.com/langchain-ai/langchain/pull/18707 - core[minor]: Chat Models to fallback astream to fallback on sync stream if available by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18748
- docs: fix typo by @kAIto47802 in https://github.com/langchain-ai/langchain/pull/18810
- langchain[patch]: getattr import from langchain.chains by @efriis in https://github.com/langchain-ai/langchain/pull/18160
- community: Implement lazy_load() for JSONLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18643
- community[minor]: Add lazy_table_reflection param to SqlDatabase by @cbornet in https://github.com/langchain-ai/langchain/pull/18742
- nvidia-trt, nvidia-ai-endpoints: move to repo by @efriis in https://github.com/langchain-ai/langchain/pull/18814
- community[patch]: Add pgvector to docker compose and update settings used in integration test by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18815
- docs:
providers
update 7 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18620 - Add main graph documentation by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18021
- community[minor]: added a feature to filter documents in Mongoloader by @iamKushagra in https://github.com/langchain-ai/langchain/pull/18253
- docs: Fix typo in modules/chains.ipynb by @aaronjimv in https://github.com/langchain-ai/langchain/pull/18808
- Add Passio Nutrition AI Food Search Tool to Community Package by @ivyas21 in https://github.com/langchain-ai/langchain/pull/18278
- anthropic[patch]: fix format output args by @efriis in https://github.com/langchain-ai/langchain/pull/18816
- anthropic[patch]: streaming param by @efriis in https://github.com/langchain-ai/langchain/pull/18819
- anthropic[patch]: release 0.1.4 by @efriis in https://github.com/langchain-ai/langchain/pull/18822
- add **kwargs param to _format_output by @wewebber-merlin in https://github.com/langchain-ai/langchain/pull/18715
- anthropic[patch]: integration test update by @efriis in https://github.com/langchain-ai/langchain/pull/18823
- docs[patch]: Update how GA4 is collected by @bracesproul in https://github.com/langchain-ai/langchain/pull/18821
- community: Add embedding instruction to HuggingFaceBgeEmbeddings by @wt3639 in https://github.com/langchain-ai/langchain/pull/18017
- Mongo index creation by @nvenkat94 in https://github.com/langchain-ai/langchain/pull/17748
- community: Skip nested directories when using S3DirectoryLoader by @Falydoor in https://github.com/langchain-ai/langchain/pull/17829
- docs: fix lists display issue by @AtomicVar in https://github.com/langchain-ai/langchain/pull/17911
- [minor] Updating cookbook README for amazon personalize by @pranava-amzn in https://github.com/langchain-ai/langchain/pull/17854
- partners: langchain-openai: Proper example for AzureOpenAI usage in error message by @dzmitry-kankalovich in https://github.com/langchain-ai/langchain/pull/17798
- community: improved the suffix prompt to avoid loop by @al1p in https://github.com/langchain-ai/langchain/pull/17791
- community : Update azuresearch vectorstore from_texts() method to include fields argument by @chankeith96 in https://github.com/langchain-ai/langchain/pull/17661
- docs: pinecone client version note by @efriis in https://github.com/langchain-ai/langchain/pull/17491
- adds mixtral wrapper by @AIexanderDicke in https://github.com/langchain-ai/langchain/pull/17423
- community: Bedrock add support for mistral models by @AnisZakari in https://github.com/langchain-ai/langchain/pull/18756
- Community: adding linearization config to AmazonTextractPDFLoader by @lvieirajr in https://github.com/langchain-ai/langchain/pull/17489
- core[patch]: fix arbitrary config keys by @efriis in https://github.com/langchain-ai/langchain/pull/18827
- community:
toolkits
imports flattening by @leo-gan in https://github.com/langchain-ai/langchain/pull/18825 - chat menu item as icon by @leo-gan in https://github.com/langchain-ai/langchain/pull/18806
- core: add incode docs for RunnableAssign class by @aanaseer in https://github.com/langchain-ai/langchain/pull/18826
- langchain[patch]: attach hub metadata by @efriis in https://github.com/langchain-ai/langchain/pull/18830
- Fix broken link in graph docs by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18837
- LLM graph transformer prompt engineering by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18843
- Switch to md5 for deduplication in neo4j integrations by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18846
- docs:
providers
update 6 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18610 - docs:
providers
update 4 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18540 - docs: platform pages update by @leo-gan in https://github.com/langchain-ai/langchain/pull/17836
- docs: update typo in docs about agent tools by @lgabs in https://github.com/langchain-ai/langchain/pull/18850
- docs: fix typo in google_cloud_sql_mysql.ipynb by @eltociear in https://github.com/langchain-ai/langchain/pull/18847
- community[patch]: documented the feature to filter documents in MongoDBloader by @iamKushagra in https://github.com/langchain-ai/langchain/pull/18842
- community: Fix bug with StreamlitChatMessageHistory by @sfc-gh-jcarroll in https://github.com/langchain-ai/langchain/pull/18834
- community: Fix BasePDFLoader suffix for s3 presigned urls by @PolRF in https://github.com/langchain-ai/langchain/pull/18844
- docs:
platforms/google
fixed broken links by @leo-gan in https://github.com/langchain-ai/langchain/pull/18878 - feat(community): support modin document loader by @mspronesti in https://github.com/langchain-ai/langchain/pull/18866
- update callbacks documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/18899
- docs: Fix typo and add KùzuDB to graphs docs by @prrao87 in https://github.com/langchain-ai/langchain/pull/18915
- [Core]: On Tool End Obersvation Casting Fix by @keenborder786 in https://github.com/langchain-ai/langchain/pull/18798
- mongodb[patch]: fix core dep by @efriis in https://github.com/langchain-ai/langchain/pull/18926
- docs: turn on link check by @baskaryan in https://github.com/langchain-ai/langchain/pull/18924
- docs: update readme diagram by @baskaryan in https://github.com/langchain-ai/langchain/pull/18929
- update api build script by @baskaryan in https://github.com/langchain-ai/langchain/pull/18930
- Revert "update api build script (#18930)" by @baskaryan in https://github.com/langchain-ai/langchain/pull/18931
- community: Add PolygonAggregates tool by @virattt in https://github.com/langchain-ai/langchain/pull/18882
- partners[anthropic]: update AnthropicLLM deprecation message by @sepiatone in https://github.com/langchain-ai/langchain/pull/18869
- docs: Change saved/configured chain variable name by @conroywhitney in https://github.com/langchain-ai/langchain/pull/18863
- Update huggingface pipelines notebook by @AlexKoff88 in https://github.com/langchain-ai/langchain/pull/18801
- community: update OctoAI doc by @sfvaroglu in https://github.com/langchain-ai/langchain/pull/18913
- fix: change sparkllm spark_app_url to spark_api_url by @fu1996 in https://github.com/langchain-ai/langchain/pull/18000
- community[patch]: speed up import times in the community package by @leo-gan in https://github.com/langchain-ai/langchain/pull/18928
- partners[openai]: update the docstring of OpenAI, OpenAIEmbeddings and ChatOpenAI classes by @sepiatone in https://github.com/langchain-ai/langchain/pull/18908
- docs[minor]: Swap gtag for supabase by @bracesproul in https://github.com/langchain-ai/langchain/pull/18937
- core[patch]: move some attr/methods to BaseLanguageModel by @efriis in https://github.com/langchain-ai/langchain/pull/18936
- docs[patch]: properly load/use env vars by @bracesproul in https://github.com/langchain-ai/langchain/pull/18942
- infra: rm api build CI by @baskaryan in https://github.com/langchain-ai/langchain/pull/18944
- templates: redis multi-modal multi-vector rag by @efriis in https://github.com/langchain-ai/langchain/pull/18946
- docs:
providers
update 2 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18407 - templates[patch]: Update pirate-speak deps, add messages placeholder by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/18949
- core[patch]: support labeled json schema as tools by @baskaryan in https://github.com/langchain-ai/langchain/pull/18935
- Fix LLM graph transformer default prompt by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18856
- core[patch]: generation info on msg by @baskaryan in https://github.com/langchain-ai/langchain/pull/18592
- core[minor]: add streaming support to OAI tool parsers by @baskaryan in https://github.com/langchain-ai/langchain/pull/18940
- langchain : update llm_router.py by @rsk2327 in https://github.com/langchain-ai/langchain/pull/18865
- commnity: refactor code for faiss vectorstore, update faiss vectorstore documentation by @timofeyantonenko in https://github.com/langchain-ai/langchain/pull/18092
- core: fixed circular dependency with json schema by @thebhulawat in https://github.com/langchain-ai/langchain/pull/18657
- community[Qianfan]: re-arrange the addtional_kwargs of returned qianfan structure to avoid _merge_dict issue by @Dobiichi-Origami in https://github.com/langchain-ai/langchain/pull/18889
- docs: elasticsearch retriever by @maxjakob in https://github.com/langchain-ai/langchain/pull/18965
- elasticsearch[patch]: release 0.1.1 by @efriis in https://github.com/langchain-ai/langchain/pull/18978
- elasticsearch[patch]: fix integration tests for release by @efriis in https://github.com/langchain-ai/langchain/pull/18980
- core[patch]: release 0.1.31 by @efriis in https://github.com/langchain-ai/langchain/pull/18989
- community[patch]: release 0.0.28 by @efriis in https://github.com/langchain-ai/langchain/pull/18993
- community: flattening imports 3 by @leo-gan in https://github.com/langchain-ai/langchain/pull/18939
- langchain[patch]: release 0.1.12 by @efriis in https://github.com/langchain-ai/langchain/pull/18999
New Contributors
- @rdzotz made their first contribution in https://github.com/langchain-ai/langchain/pull/18569
- @Josephasafg made their first contribution in https://github.com/langchain-ai/langchain/pull/18270
- @Dounx made their first contribution in https://github.com/langchain-ai/langchain/pull/17924
- @Hazzerback25 made their first contribution in https://github.com/langchain-ai/langchain/pull/18429
- @caidwang made their first contribution in https://github.com/langchain-ai/langchain/pull/18509
- @psvann made their first contribution in https://github.com/langchain-ai/langchain/pull/18608
- @yike5460 made their first contribution in https://github.com/langchain-ai/langchain/pull/18678
- @djo10 made their first contribution in https://github.com/langchain-ai/langchain/pull/18522
- @josx made their first contribution in https://github.com/langchain-ai/langchain/pull/18519
- @rigazilla made their first contribution in https://github.com/langchain-ai/langchain/pull/17861
- @samkhano1 made their first contribution in https://github.com/langchain-ai/langchain/pull/17757
- @Smit-Parmar made their first contribution in https://github.com/langchain-ai/langchain/pull/12920
- @kooyunmo made their first contribution in https://github.com/langchain-ai/langchain/pull/17913
- @jnis23 made their first contribution in https://github.com/langchain-ai/langchain/pull/18740
- @aaronjimv made their first contribution in https://github.com/langchain-ai/langchain/pull/18682
- @sanders41 made their first contribution in https://github.com/langchain-ai/langchain/pull/18545
- @phtvo made their first contribution in https://github.com/langchain-ai/langchain/pull/18314
- @kAIto47802 made their first contribution in https://github.com/langchain-ai/langchain/pull/18810
- @iamKushagra made their first contribution in https://github.com/langchain-ai/langchain/pull/18253
- @ivyas21 made their first contribution in https://github.com/langchain-ai/langchain/pull/18278
- @wt3639 made their first contribution in https://github.com/langchain-ai/langchain/pull/18017
- @nvenkat94 made their first contribution in https://github.com/langchain-ai/langchain/pull/17748
- @AtomicVar made their first contribution in https://github.com/langchain-ai/langchain/pull/17911
- @al1p made their first contribution in https://github.com/langchain-ai/langchain/pull/17791
- @chankeith96 made their first contribution in https://github.com/langchain-ai/langchain/pull/17661
- @AIexanderDicke made their first contribution in https://github.com/langchain-ai/langchain/pull/17423
- @AnisZakari made their first contribution in https://github.com/langchain-ai/langchain/pull/18756
- @lvieirajr made their first contribution in https://github.com/langchain-ai/langchain/pull/17489
- @aanaseer made their first contribution in https://github.com/langchain-ai/langchain/pull/18826
- @PolRF made their first contribution in https://github.com/langchain-ai/langchain/pull/18844
- @prrao87 made their first contribution in https://github.com/langchain-ai/langchain/pull/18915
- @conroywhitney made their first contribution in https://github.com/langchain-ai/langchain/pull/18863
- @AlexKoff88 made their first contribution in https://github.com/langchain-ai/langchain/pull/18801
- @sfvaroglu made their first contribution in https://github.com/langchain-ai/langchain/pull/18913
- @fu1996 made their first contribution in https://github.com/langchain-ai/langchain/pull/18000
- @rsk2327 made their first contribution in https://github.com/langchain-ai/langchain/pull/18865
- @timofeyantonenko made their first contribution in https://github.com/langchain-ai/langchain/pull/18092
- @thebhulawat made their first contribution in https://github.com/langchain-ai/langchain/pull/18657
- @Dobiichi-Origami made their first contribution in https://github.com/langchain-ai/langchain/pull/18889
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.11...v0.1.12
v0.1.11
What's Changed
- more query analysis docs by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18358
- docs: anthropic qa quickstart by @baskaryan in https://github.com/langchain-ai/langchain/pull/18459
- docs: anthropic quickstart by @baskaryan in https://github.com/langchain-ai/langchain/pull/18440
- Adding Azure Cosmos Mongo vCore Vector DB Cache by @aayush3011 in https://github.com/langchain-ai/langchain/pull/16856
- community[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18454
- community[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18452
- community[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18449
- community[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18448
- community[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18447
- nvidia-trt[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18446
- improve query analysis docs by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18426
- langchain[patch]: add tools renderer for various non-openai agents by @mackong in https://github.com/langchain-ai/langchain/pull/18307
- community: Add you.com tool, add async to retriever, add async testing, add You tool doc by @scottnath in https://github.com/langchain-ai/langchain/pull/18032
- [Evals] Session-level feedback by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18463
- Update Notebook Image by @hinthornw in https://github.com/langchain-ai/langchain/pull/18470
- Evaluate on Version by @hinthornw in https://github.com/langchain-ai/langchain/pull/18471
- Improve notebook wording by @hinthornw in https://github.com/langchain-ai/langchain/pull/18472
-
👥 Update LangChain people data by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/18473 - Docs: Updated callbacks/index.mdx adding example on invoke method by @williamdevena in https://github.com/langchain-ai/langchain/pull/18403
- anthropic[minor]: claude 3 by @efriis in https://github.com/langchain-ai/langchain/pull/18508
- docs: add groq to list of providers by @sepiatone in https://github.com/langchain-ai/langchain/pull/18503
- docs: quickstart models by @baskaryan in https://github.com/langchain-ai/langchain/pull/18511
- docs:Update function "run" to "invoke" in llm_math.ipynb by @standby24x7 in https://github.com/langchain-ai/langchain/pull/18505
- docs: Update function "run" to "invoke" by @standby24x7 in https://github.com/langchain-ai/langchain/pull/18499
- community: Improved notebook for vector store "HANA Cloud" by @MartinKolbAtWork in https://github.com/langchain-ai/langchain/pull/18496
- partners[anthropic]: update to docstrings of ChatAnthropic class by @sepiatone in https://github.com/langchain-ai/langchain/pull/18493
- docs: update documentation of stackexchange component by @sepiatone in https://github.com/langchain-ai/langchain/pull/18486
- RAPTOR by @rlancemartin in https://github.com/langchain-ai/langchain/pull/18467
- [Evals] Support list examples by dataset version tag by @hinthornw in https://github.com/langchain-ai/langchain/pull/18534
- core: Release 0.1.29 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18530
- docs: update stack graphic by @efriis in https://github.com/langchain-ai/langchain/pull/18532
- docs[minor]: Add thumbs up/down to all docs pages by @bracesproul in https://github.com/langchain-ai/langchain/pull/18526
- Evals wording by @hinthornw in https://github.com/langchain-ai/langchain/pull/18542
- community[patch]: deprecate community fireworks by @efriis in https://github.com/langchain-ai/langchain/pull/18544
- anthropic[patch]: multimodal by @efriis in https://github.com/langchain-ai/langchain/pull/18517
- Update chain.py fixewd typo in chain by @akashAD98 in https://github.com/langchain-ai/langchain/pull/18551
- anthropic[patch]: model type string by @efriis in https://github.com/langchain-ai/langchain/pull/18510
- langchain[patch]: Release 0.1.11 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18558
New Contributors
- @aayush3011 made their first contribution in https://github.com/langchain-ai/langchain/pull/16856
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.10...v0.1.11
v0.1.10
What's Changed
- community: Fix SparkLLM error by @liugddx in https://github.com/langchain-ai/langchain/pull/18015
- community[patch]: Release 0.0.23 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18027
- community: fix openai streaming throws 'AIMessageChunk' object has no attribute 'text' by @nicoloboschi in https://github.com/langchain-ai/langchain/pull/18006
- community[patch]: BaseLLM typing in init by @efriis in https://github.com/langchain-ai/langchain/pull/18029
- community[patch]: Release 0.0.24 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18038
- infra: CI success for partner packages by @efriis in https://github.com/langchain-ai/langchain/pull/18037
- infra: CI success for partner packages 2 by @efriis in https://github.com/langchain-ai/langchain/pull/18043
- docs: recommend lambdas over runnablebranch by @efriis in https://github.com/langchain-ai/langchain/pull/18033
- partners: Add Fireworks partner packages by @benjibc in https://github.com/langchain-ai/langchain/pull/17694
- Updates to partners/exa README by @DannyMac180 in https://github.com/langchain-ai/langchain/pull/18047
- openai[patch]: remove numpy dep by @efriis in https://github.com/langchain-ai/langchain/pull/18034
- docs: fireworks fixes by @efriis in https://github.com/langchain-ai/langchain/pull/18056
- infra: simplify and fix CI for docs-only changes by @efriis in https://github.com/langchain-ai/langchain/pull/18058
- docs: fireworks tool calling docs by @efriis in https://github.com/langchain-ai/langchain/pull/18057
- openai[patch]: refactor with_structured_output by @baskaryan in https://github.com/langchain-ai/langchain/pull/18052
- core[patch]: Runnable with message history to use add_messages by @eyurtsev in https://github.com/langchain-ai/langchain/pull/17958
- community: Add async_client for Anyscale Chat model by @kylehh in https://github.com/langchain-ai/langchain/pull/18050
- experimental: docstrings update by @leo-gan in https://github.com/langchain-ai/langchain/pull/18048
- community: Add document manager and mongo document manager by @2jimoo in https://github.com/langchain-ai/langchain/pull/17320
- docs[patch]: Remove redundant Pinecone import by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/18079
- docs:Add Cohere examples in documentation by @BeatrixCohere in https://github.com/langchain-ai/langchain/pull/17794
- langchain_community: fix llama index imports and fields access by @maximeperrindev in https://github.com/langchain-ai/langchain/pull/17870
- partners/astradb: Add AstraDBChatMessageHistory to langchain-astradb package by @cbornet in https://github.com/langchain-ai/langchain/pull/17732
- community [enh] : adds callback handler for Fiddler AI by @bhalder in https://github.com/langchain-ai/langchain/pull/17708
- community: Remove model limitation on Anyscale LLM by @kylehh in https://github.com/langchain-ai/langchain/pull/17662
- docs: update azure search langchain notebook by @mattgotteiner in https://github.com/langchain-ai/langchain/pull/18053
- langchain: Make BooleanOutputParser more robust to non-binary responses by @dokato in https://github.com/langchain-ai/langchain/pull/17810
- Add additional examples for other modules to partners/exa README by @DannyMac180 in https://github.com/langchain-ai/langchain/pull/18081
- Use astrapy's upsert_one method in AstraDBStore by @cbornet in https://github.com/langchain-ai/langchain/pull/18063
- community: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB by @nelly-hateva in https://github.com/langchain-ai/langchain/pull/15009
- community: Fix GenericRequestsWrapper _aget_resp_content must be async by @cbornet in https://github.com/langchain-ai/langchain/pull/18065
- anthropic[minor]: package move by @efriis in https://github.com/langchain-ai/langchain/pull/17974
- google-genai, google-vertexai: move to langchain-google by @efriis in https://github.com/langchain-ai/langchain/pull/17899
- docs: api docs for external repos by @efriis in https://github.com/langchain-ai/langchain/pull/17904
- docs: Fix the bug in MongoDBChatMessageHistory notebook by @rongchenlin in https://github.com/langchain-ai/langchain/pull/18128
- langchain: Import from langchain_core in langchain.smith to avoid deprecation warning by @simonschmidt in https://github.com/langchain-ai/langchain/pull/18129
- langchain[patch]: Update doc-string for a method in ConversationBufferWindowMemory by @keenborder786 in https://github.com/langchain-ai/langchain/pull/18090
- add run name for query constructor by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18101
- Add BaseMessage.id by @nfcampos in https://github.com/langchain-ai/langchain/pull/17835
- docs: anthropic partner package docs by @efriis in https://github.com/langchain-ai/langchain/pull/18109
- Fix bug with using configurable_fields after configurable_alternatives by @nfcampos in https://github.com/langchain-ai/langchain/pull/18139
- Improve runnable generator error messages by @nfcampos in https://github.com/langchain-ai/langchain/pull/18142
- infra: create api rst for specific pkg by @baskaryan in https://github.com/langchain-ai/langchain/pull/18144
- core[patch], langchain[patch], templates: move openai functions parser to core by @baskaryan in https://github.com/langchain-ai/langchain/pull/18060
- docs [patch] : fix import to use community path for handler in fiddler notebook by @bhalder in https://github.com/langchain-ai/langchain/pull/18140
- [docs] Update doc-string for buffer_as_messages method in ConversationBufferWindowMemory by @lgabs in https://github.com/langchain-ai/langchain/pull/18136
- Docs: azuresearch.ipynb (in docs/docs/integrations/vectorstores) -- fixed headings and comments by @HeidiSteen in https://github.com/langchain-ai/langchain/pull/18135
- infra: api docs build commit dir by @efriis in https://github.com/langchain-ai/langchain/pull/18147
- infra: api docs setup action location by @efriis in https://github.com/langchain-ai/langchain/pull/18148
- community: Add Laser Embedding Integration by @dstambler17 in https://github.com/langchain-ai/langchain/pull/18111
- community: make
SET allow_experimental_[engine]_index
configurabe in vectorstores.clickhouse by @bgdsh in https://github.com/langchain-ai/langchain/pull/18107 - langchain[patch], core[patch], openai[patch], fireworks[minor]: ChatFireworks.with_structured_output by @baskaryan in https://github.com/langchain-ai/langchain/pull/18078
- Langchain vectorstore integration with Kinetica by @am-kinetica in https://github.com/langchain-ai/langchain/pull/18102
- community: vectorstores.kdbai - Added support for when no docs are present by @jaskirat8 in https://github.com/langchain-ai/langchain/pull/18103
- Experimental: Add other threshold types to SemanticChunker by @matthaigh27 in https://github.com/langchain-ai/langchain/pull/16807
- partners: add Elasticsearch package by @maxjakob in https://github.com/langchain-ai/langchain/pull/17467
- add optimization notebook by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18155
- core[patch]: support JS message serial namespaces by @baskaryan in https://github.com/langchain-ai/langchain/pull/18151
- mistral[minor]: Function calling and with_structured_output by @baskaryan in https://github.com/langchain-ai/langchain/pull/18150
- move document compressor base by @hwchase17 in https://github.com/langchain-ai/langchain/pull/17910
- core[patch]: Release 0.1.27 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18159
- openai[patch], mistral[patch], fireworks[patch]: releases 0.0.8, 0.0.5, 0.0.2 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18186
- Harrison/add structured output by @hwchase17 in https://github.com/langchain-ai/langchain/pull/18165
- Adding documentation for deprecation of OpenAI functions by @isahers1 in https://github.com/langchain-ai/langchain/pull/18164
- Assign message id in ChatOpenAI by @nfcampos in https://github.com/langchain-ai/langchain/pull/17837
- community[feat]: Adds LLMLingua as a document compressor by @thehapyone in https://github.com/langchain-ai/langchain/pull/17711
- airbyte[patch]: init pkg by @efriis in https://github.com/langchain-ai/langchain/pull/18236
- airbyte[patch]: core version 0.1.5 by @efriis in https://github.com/langchain-ai/langchain/pull/18244
- docs: add documentation for Google Cloud database integrations by @averikitsch in https://github.com/langchain-ai/langchain/pull/18225
- IBM[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class by @MateuszOssGit in https://github.com/langchain-ai/langchain/pull/18189
- infra: api docs folder move by @efriis in https://github.com/langchain-ai/langchain/pull/18223
- docs: update documentation for Google Cloud database integrations by @jackwotherspoon in https://github.com/langchain-ai/langchain/pull/18265
- fix: BigQueryVectorSearch JSON type unsupported for metadatas by @ashleyxuu in https://github.com/langchain-ai/langchain/pull/18234
- docs: airbyte github cookbook by @efriis in https://github.com/langchain-ai/langchain/pull/18275
- langchain_nvidia_ai_endpoints[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18271
- Remove check preventing passing non-declared config keys by @nfcampos in https://github.com/langchain-ai/langchain/pull/18276
- Add PNG drawer for Runnable.get_graph() by @nfcampos in https://github.com/langchain-ai/langchain/pull/18239
- community[patch]: added latin-1 decoder to gmail search tool by @Sanjaypranav in https://github.com/langchain-ai/langchain/pull/18116
- community[minor]: add hugging_face_model document loader by @ruanwz in https://github.com/langchain-ai/langchain/pull/17323
- langchain_anthropic[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18274
- community[minor]: Add
SQLDatabaseLoader
document loader by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18281 - langchain[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18282
- ci: Update issue template required checks by @bracesproul in https://github.com/langchain-ai/langchain/pull/18283
- community[patch]: Invoke callback prior to yielding token for volcengine_maas by @williamdevena in https://github.com/langchain-ai/langchain/pull/18288
- ollama[patch]: delete suffix slash to avoid redirect by @mackong in https://github.com/langchain-ai/langchain/pull/18260
- docs: remove duplicate word in lcel/streaming by @zhangkai803 in https://github.com/langchain-ai/langchain/pull/18249
- partner: Astra DB clients identify themselves as coming through LangChain package by @hemidactylus in https://github.com/langchain-ai/langchain/pull/18131
- community: Fix deprecation version of AstraDB VectorStore by @cbornet in https://github.com/langchain-ai/langchain/pull/17991
- update extraction use-case docs by @ccurme in https://github.com/langchain-ai/langchain/pull/17979
- docs: update to the list of partner packages in the list of providers by @sepiatone in https://github.com/langchain-ai/langchain/pull/18252
- langchain_groq[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18272
- langchain_openai[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18269
- docs:
google
provider page fixes by @leo-gan in https://github.com/langchain-ai/langchain/pull/18290 - docs: update Google documentation by @averikitsch in https://github.com/langchain-ai/langchain/pull/18297
- [Evaluation] Config Fix by @hinthornw in https://github.com/langchain-ai/langchain/pull/18231
- experimental[patch]: Release 0.0.53 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18330
- docs: update func calling doc by @baskaryan in https://github.com/langchain-ai/langchain/pull/18300
- skip airbyte api docs by @efriis in https://github.com/langchain-ai/langchain/pull/18334
- infra: skip ibm api docs by @efriis in https://github.com/langchain-ai/langchain/pull/18335
- docs
providers
update by @leo-gan in https://github.com/langchain-ai/langchain/pull/18336 - community: Add PolygonFinancials Tool by @virattt in https://github.com/langchain-ai/langchain/pull/18324
- Add links to relevant DataCamp code alongs by @filipsch in https://github.com/langchain-ai/langchain/pull/18332
- docs: remove duplicate quote in AzureOpenAIEmbeddings doc by @zhangkai803 in https://github.com/langchain-ai/langchain/pull/18315
- docs: query analysis use case by @baskaryan in https://github.com/langchain-ai/langchain/pull/17766
- Add optional output_parser param in create_react_agent by @hasansustcse13 in https://github.com/langchain-ai/langchain/pull/18320
- Add support for parameters in neo4j retrieval query by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18310
- core[patch]: Release 0.1.28 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18341
- ci dirs in wrong order by @efriis in https://github.com/langchain-ai/langchain/pull/18340
- Updated partners/ibm README by @williamdevena in https://github.com/langchain-ai/langchain/pull/18268
- community[patch]: remove llmlingua extended tests by @efriis in https://github.com/langchain-ai/langchain/pull/18344
- community[patch]: Fixing embedchain document mapping by @kellerkind84 in https://github.com/langchain-ai/langchain/pull/18255
- Updated partners/fireworks README by @williamdevena in https://github.com/langchain-ai/langchain/pull/18267
- partners: MongoDB Partner Package -- Porting MongoDBAtlasVectorSearch by @Jibola in https://github.com/langchain-ai/langchain/pull/17652
- infra: mongodb env vars by @efriis in https://github.com/langchain-ai/langchain/pull/18347
- mongodb[patch]: core 0.1.5 dep by @efriis in https://github.com/langchain-ai/langchain/pull/18348
- docs: airbyte deps note by @efriis in https://github.com/langchain-ai/langchain/pull/18243
- deprecation docstring with lib by @efriis in https://github.com/langchain-ai/langchain/pull/18350
- multiple[patch]: fix deprecation versions by @efriis in https://github.com/langchain-ai/langchain/pull/18349
- Fix fireworks bind tools by @hinthornw in https://github.com/langchain-ai/langchain/pull/18352
- infra: tolerate partner package move in ci by @efriis in https://github.com/langchain-ai/langchain/pull/18355
- [Core] Patch: rm dumpd of outputs from runnables/base by @hinthornw in https://github.com/langchain-ai/langchain/pull/18295
- Fix missing labels by @nfcampos in https://github.com/langchain-ai/langchain/pull/18356
- text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 by @baskaryan in https://github.com/langchain-ai/langchain/pull/18346
- community[patch]: BaseLoader load method should just delegate to lazy_load by @eyurtsev in https://github.com/langchain-ai/langchain/pull/18289
- langchain[patch]: langchain-text-splitters dep by @baskaryan in https://github.com/langchain-ai/langchain/pull/18357
- docs: text splitters readme by @baskaryan in https://github.com/langchain-ai/langchain/pull/18359
- templates: use langchain-text-splitters by @efriis in https://github.com/langchain-ai/langchain/pull/18360
- infra: update create_api_rst by @baskaryan in https://github.com/langchain-ai/langchain/pull/18361
- docs: update api ref nav by @baskaryan in https://github.com/langchain-ai/langchain/pull/18362
- fireworks[patch]: remove custom async and stream implementations by @efriis in https://github.com/langchain-ai/langchain/pull/18363
- docs[patch]: Add Neo4j GraphAcademy to tutorials section by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/18353
- chore(deps): FastEmbed to latest by @Anush008 in https://github.com/langchain-ai/langchain/pull/18040
- Add dataset version info by @hinthornw in https://github.com/langchain-ai/langchain/pull/18299
- partner: Fix fireworks async stream by @benjibc in https://github.com/langchain-ai/langchain/pull/18372
- community: Change github endpoint in GithubLoader by @RadhikaBansal97 in https://github.com/langchain-ai/langchain/pull/17622
- docs: nvidia: provider page update by @leo-gan in https://github.com/langchain-ai/langchain/pull/18054
-
runnable
module description by @leo-gan in https://github.com/langchain-ai/langchain/pull/17966 - Add openvino backend support by @OpenVINO-dev-contest in https://github.com/langchain-ai/langchain/pull/11591
- community: add BigDL-LLM integrations by @shane-huang in https://github.com/langchain-ai/langchain/pull/17953
- community: Voyage AI updates default model and batch size by @thomas0809 in https://github.com/langchain-ai/langchain/pull/17655
- Community: Fix ChatModel for sparkllm Bug. by @liugddx in https://github.com/langchain-ai/langchain/pull/18375
- templates: Lanceb RAG template by @akashAD98 in https://github.com/langchain-ai/langchain/pull/17809
- astradb: move to langchain-datastax repo by @efriis in https://github.com/langchain-ai/langchain/pull/18354
- docs:
Tutorials
update by @leo-gan in https://github.com/langchain-ai/langchain/pull/18230 - fireworks[patch]: support "any" tool_choice by @baskaryan in https://github.com/langchain-ai/langchain/pull/18343
- community: Implement lazy_load() for CSVLoader by @cbornet in https://github.com/langchain-ai/langchain/pull/18391
- Refactor/type ignore fixes by @DanielChico in https://github.com/langchain-ai/langchain/pull/18395
- community: fix, better error message in deeplake vectoriser by @mmajewsk in https://github.com/langchain-ai/langchain/pull/18397
- docs: Update Google El Carro for Oracle Workload Documentation. by @tabbyl21 in https://github.com/langchain-ai/langchain/pull/18394
- docs: fix typo in milvus.ipynb by @eltociear in https://github.com/langchain-ai/langchain/pull/18373
- core[patch]: Invoke callback prior to yielding token by @williamdevena in https://github.com/langchain-ai/langchain/pull/18286
- community: Use default load() implementation in doc loaders by @cbornet in https://github.com/langchain-ai/langchain/pull/18385
- cookbook on gemma integrations by @lkuligin in https://github.com/langchain-ai/langchain/pull/18213
- community: removing "response_mode" parameter in llama_index retriever by @maximeperrindev in https://github.com/langchain-ai/langchain/pull/18180
- community: fix RecursiveUrlLoader metadata_extractor return type by @hemslo in https://github.com/langchain-ai/langchain/pull/18193
- docs: Fix typo in baidu_qianfan_endpoint.ipynb & baidu_qianfan_endpoint.ipynb by @laoazhang in https://github.com/langchain-ai/langchain/pull/18176
- docs: update pinecone README to use PineconeVectorStore by @galtay in https://github.com/langchain-ai/langchain/pull/18170
- community[patch]: chat message histrory mypy fix by @Lord-Haji in https://github.com/langchain-ai/langchain/pull/18250
- ollama[patch]: don't try to parse json in case of errored response by @StrikerRUS in https://github.com/langchain-ai/langchain/pull/18317
- community: Fix MongoDBAtlasVectorSearch max_marginal_relevance_search by @certified-dodo in https://github.com/langchain-ai/langchain/pull/17971
- Fix: the syntax error for Redis generated query by @sarahberenji in https://github.com/langchain-ai/langchain/pull/17717
- community: add maritalk chat by @rodrigo-f-nogueira in https://github.com/langchain-ai/langchain/pull/17675
- Community/Partners: Add support for Perplexity AI by @atherfawaz in https://github.com/langchain-ai/langchain/pull/17024
- community/langchain/docs: Gremlin Graph Store and QA Chain by @piizei in https://github.com/langchain-ai/langchain/pull/17683
- Correct WebBaseLoader URL: docs: python.langchain.com/docs/get_started/quickstartQuickstart by @rmeinzer-copado in https://github.com/langchain-ai/langchain/pull/17981
- community[patch]: Make cohere_api_key a SecretStr by @arunsathiya in https://github.com/langchain-ai/langchain/pull/12188
- docs[chatopenai]: update module import path and calling method by @sepiatone in https://github.com/langchain-ai/langchain/pull/18169
- Add an option for indexed generic label when import neo4j graph documents by @tomasonjo in https://github.com/langchain-ai/langchain/pull/18122
- docs: add llamafile info to 'Local LLMs' guides by @k8si in https://github.com/langchain-ai/langchain/pull/18049
- langchain-mongodb: Set delete_many only if count_documents is not 0 by @Jibola in https://github.com/langchain-ai/langchain/pull/18402
- langchain_ibm[patch] update docstring, dependencies, tests by @MateuszOssGit in https://github.com/langchain-ai/langchain/pull/18386
- docs: update Azure OpenAI to v1 and langchain API to 0.1 by @mspronesti in https://github.com/langchain-ai/langchain/pull/18005
- community: llamafile embeddings support by @k8si in https://github.com/langchain-ai/langchain/pull/17976
- templates: remove gemini_function_agent unused file by @Sanjaypranav in https://github.com/langchain-ai/langchain/pull/18112
- package: community/langchain_community/vectorstores/chroma.py by @WhitePegasis in https://github.com/langchain-ai/langchain/pull/17964
- docs: stop copying source by @efriis in https://github.com/langchain-ai/langchain/pull/18404
- docs: Fix spelling typos in apache_kafka notebook by @standby24x7 in https://github.com/langchain-ai/langchain/pull/17998
- infra: update to pathspec for 'git grep' in lint check by @sepiatone in https://github.com/langchain-ai/langchain/pull/18178
- community[patch]: release 0.0.25 by @efriis in https://github.com/langchain-ai/langchain/pull/18408
- langchain[patch]: release 0.1.10 by @efriis in https://github.com/langchain-ai/langchain/pull/18410
New Contributors
- @benjibc made their first contribution in https://github.com/langchain-ai/langchain/pull/17694
- @DannyMac180 made their first contribution in https://github.com/langchain-ai/langchain/pull/18047
- @2jimoo made their first contribution in https://github.com/langchain-ai/langchain/pull/17320
- @maximeperrindev made their first contribution in https://github.com/langchain-ai/langchain/pull/17870
- @bhalder made their first contribution in https://github.com/langchain-ai/langchain/pull/17708
- @dokato made their first contribution in https://github.com/langchain-ai/langchain/pull/17810
- @rongchenlin made their first contribution in https://github.com/langchain-ai/langchain/pull/18128
- @simonschmidt made their first contribution in https://github.com/langchain-ai/langchain/pull/18129
- @lgabs made their first contribution in https://github.com/langchain-ai/langchain/pull/18136
- @HeidiSteen made their first contribution in https://github.com/langchain-ai/langchain/pull/18135
- @dstambler17 made their first contribution in https://github.com/langchain-ai/langchain/pull/18111
- @bgdsh made their first contribution in https://github.com/langchain-ai/langchain/pull/18107
- @am-kinetica made their first contribution in https://github.com/langchain-ai/langchain/pull/18102
- @jaskirat8 made their first contribution in https://github.com/langchain-ai/langchain/pull/18103
- @matthaigh27 made their first contribution in https://github.com/langchain-ai/langchain/pull/16807
- @isahers1 made their first contribution in https://github.com/langchain-ai/langchain/pull/18164
- @thehapyone made their first contribution in https://github.com/langchain-ai/langchain/pull/17711
- @jackwotherspoon made their first contribution in https://github.com/langchain-ai/langchain/pull/18265
- @williamdevena made their first contribution in https://github.com/langchain-ai/langchain/pull/18271
- @Sanjaypranav made their first contribution in https://github.com/langchain-ai/langchain/pull/18116
- @zhangkai803 made their first contribution in https://github.com/langchain-ai/langchain/pull/18249
- @filipsch made their first contribution in https://github.com/langchain-ai/langchain/pull/18332
- @kellerkind84 made their first contribution in https://github.com/langchain-ai/langchain/pull/18255
- @Jibola made their first contribution in https://github.com/langchain-ai/langchain/pull/17652
- @RadhikaBansal97 made their first contribution in https://github.com/langchain-ai/langchain/pull/17622
- @OpenVINO-dev-contest made their first contribution in https://github.com/langchain-ai/langchain/pull/11591
- @shane-huang made their first contribution in https://github.com/langchain-ai/langchain/pull/17953
- @akashAD98 made their first contribution in https://github.com/langchain-ai/langchain/pull/17809
- @DanielChico made their first contribution in https://github.com/langchain-ai/langchain/pull/18395
- @mmajewsk made their first contribution in https://github.com/langchain-ai/langchain/pull/18397
- @tabbyl21 made their first contribution in https://github.com/langchain-ai/langchain/pull/18394
- @hemslo made their first contribution in https://github.com/langchain-ai/langchain/pull/18193
- @StrikerRUS made their first contribution in https://github.com/langchain-ai/langchain/pull/18317
- @certified-dodo made their first contribution in https://github.com/langchain-ai/langchain/pull/17971
- @sarahberenji made their first contribution in https://github.com/langchain-ai/langchain/pull/17717
- @rodrigo-f-nogueira made their first contribution in https://github.com/langchain-ai/langchain/pull/17675
- @atherfawaz made their first contribution in https://github.com/langchain-ai/langchain/pull/17024
- @piizei made their first contribution in https://github.com/langchain-ai/langchain/pull/17683
- @rmeinzer-copado made their first contribution in https://github.com/langchain-ai/langchain/pull/17981
- @arunsathiya made their first contribution in https://github.com/langchain-ai/langchain/pull/12188
- @WhitePegasis made their first contribution in https://github.com/langchain-ai/langchain/pull/17964
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.9...v0.1.10
v0.1.9
What's Changed
- experimental[patch]: Release 0.0.52 by @baskaryan in https://github.com/langchain-ai/langchain/pull/17763
- Cache calls to create_model for get_input_schema and get_output_schema by @nfcampos in https://github.com/langchain-ai/langchain/pull/17755
- Docs: Add custom chat model documenation by @eyurtsev in https://github.com/langchain-ai/langchain/pull/17595
- community: Fix AstraDBCache docstrings by @cbornet in https://github.com/langchain-ai/langchain/pull/17802
- Docs: Update contributing documentation by @eyurtsev in https://github.com/langchain-ai/langchain/pull/17557
- community: Add PolygonTickerNews Tool by @virattt in https://github.com/langchain-ai/langchain/pull/17808
- docs: Add typehints in both signature and description of API docs by @cbornet in https://github.com/langchain-ai/langchain/pull/17815
- community: Add SparkLLM Text Embedding Model and SparkLLM introduction by @liugddx in https://github.com/langchain-ai/langchain/pull/17573
- community: Add SparkLLM to community by @liugddx in https://github.com/langchain-ai/langchain/pull/17702
- docs: fix api docs search by @efriis in https://github.com/langchain-ai/langchain/pull/17820
- Add JSON representation of runnable graph to serialized representation by @nfcampos in https://github.com/langchain-ai/langchain/pull/17745
- astradb[patch]: relaxed httpx version constraint by @efriis in https://github.com/langchain-ai/langchain/pull/17826
- core[patch]: Release 0.1.25 by @baskaryan in https://github.com/langchain-ai/langchain/pull/17833
- partners/astradb: Add AstraDBStore to langchain-astradb package by @cbornet in https://github.com/langchain-ai/langchain/pull/17789
- partners/openai: fix depracation errors of pydantic's .dict() function (reopen #16629) by @SavvasMohito in https://github.com/langchain-ai/langchain/pull/17404
- partners/astradb: Use single file instead of module for AstraDBVectorStore by @cbornet in https://github.com/langchain-ai/langchain/pull/17644
- docs: remove stale redirects by @efriis in https://github.com/langchain-ai/langchain/pull/17831
-
👥 Update LangChain people data by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/17743 - community[patch]: typo in doc-string for kdbai vectorstore by @nbyrneKX in https://github.com/langchain-ai/langchain/pull/17811
- community[patch]: Add AstraDBLoader docstring by @cbornet in https://github.com/langchain-ai/langchain/pull/17873
- community[patch]: Graceful handling of redis errors in RedisCache and AsyncRedisCache by @snsten in https://github.com/langchain-ai/langchain/pull/17171
- docs: API Reference builder bug fix by @leo-gan in https://github.com/langchain-ai/langchain/pull/17890
- docs: update sparkllm intro doc by @liugddx in https://github.com/langchain-ai/langchain/pull/17848
- community: Added add_images method to SingleStoreDB vector store by @volodymyr-memsql in https://github.com/langchain-ai/langchain/pull/17871
- docs: minor grammatical correction. by @qqubb in https://github.com/langchain-ai/langchain/pull/17724
- Docs: Fix typo by @gianlucagiudice in https://github.com/langchain-ai/langchain/pull/17733
- core: fix .bind when used with RunnableLambda async methods by @ccurme in https://github.com/langchain-ai/langchain/pull/17739
- community[patch]: add missing chunk parameter for _stream/_astream by @mackong in https://github.com/langchain-ai/langchain/pull/17807
- community: Allow override of 'fetch_schema_from_transport' in the GraphQL tool by @ztoliver in https://github.com/langchain-ai/langchain/pull/17649
- community: Improved deeplake.py init documentation by @nvoxland-al in https://github.com/langchain-ai/langchain/pull/17549
- docs: Fix URL typo in tigris.ipynb by @Speuce in https://github.com/langchain-ai/langchain/pull/17894
- community: add possibility to search by vector in OpenSearchVectorSearch by @karimassi in https://github.com/langchain-ai/langchain/pull/17878
- added SCANN index in default search params by @rgupta2508 in https://github.com/langchain-ai/langchain/pull/17889
- partners/astradb: Update langchain-astradb README with AstraDBStore by @cbornet in https://github.com/langchain-ai/langchain/pull/17864
- docs: Change module import path for SQLDatabase in the documentation by @sepiatone in https://github.com/langchain-ai/langchain/pull/17874
- core: modules descriptions by @leo-gan in https://github.com/langchain-ai/langchain/pull/17844
- community: AstraDB VectorStore docstring by @cbornet in https://github.com/langchain-ai/langchain/pull/17834
- docs: added
community
modules descriptions by @leo-gan in https://github.com/langchain-ai/langchain/pull/17827 - fix a small typo by @eon01 in https://github.com/langchain-ai/langchain/pull/17859
- [community][embeddings] infinity embedding local option by @michaelfeil in https://github.com/langchain-ai/langchain/pull/17671
- community: Bug Fix, in Neo4j VectorStore when having multiple indexes the sort is not working and the store that returned is random by @ehude in https://github.com/langchain-ai/langchain/pull/17396
- docs: fix api build by @baskaryan in https://github.com/langchain-ai/langchain/pull/17898
-
👥 Update LangChain people data by @jacoblee93 in https://github.com/langchain-ai/langchain/pull/17900 - community: Add docstring to AstraDBStore by @cbornet in https://github.com/langchain-ai/langchain/pull/17793
- : Add tidb loader support by @IANTHEREAL in https://github.com/langchain-ai/langchain/pull/17788
- community: add helpful comments to sparkllm.py by @vsxd in https://github.com/langchain-ai/langchain/pull/17774
- community: Add missing async_astra_db_client param to AstraDBChatMessageHistory by @cbornet in https://github.com/langchain-ai/langchain/pull/17742
- docs: Update Links to resources in the GraphDB QA Chain documentation by @nelly-hateva in https://github.com/langchain-ai/langchain/pull/17720
- partners/astradb: Fix AstraDBVectorStore docstring by @cbornet in https://github.com/langchain-ai/langchain/pull/17706
- Stomp by @hinthornw in https://github.com/langchain-ai/langchain/pull/17710
- community: Added more functions in NetworkxEntityGraph class by @raunakshrivastava7 in https://github.com/langchain-ai/langchain/pull/17624
- Return PK in similarity search Document by @hasansustcse13 in https://github.com/langchain-ai/langchain/pull/17561
- docs sorting
Examples using ...
section by @leo-gan in https://github.com/langchain-ai/langchain/pull/17588 - Redirect the expression language guides by @hinthornw in https://github.com/langchain-ai/langchain/pull/17914
- partner: Add groq partner integration and chat model by @gradenr in https://github.com/langchain-ai/langchain/pull/17856
- pinecone[patch], docs: PineconeVectorStore, release 0.0.3 by @efriis in https://github.com/langchain-ai/langchain/pull/17896
- community: Bugfix - correct Ollama API path to avoid HTTP 307 by @13rac1 in https://github.com/langchain-ai/langchain/pull/17895
- langchain_openai[patch]: fix typos in langchain_openai by @polym in https://github.com/langchain-ai/langchain/pull/17923
- community: use NeuralDB object to initialize NeuralDBVectorStore by @kartikTAI in https://github.com/langchain-ai/langchain/pull/17272
- pinecone[patch]: integration test debug by @efriis in https://github.com/langchain-ai/langchain/pull/17960
- community[patch]: compatibility with SQLAlchemy 1.4.x by @Davidkloving in https://github.com/langchain-ai/langchain/pull/17954
- docs: update IBM watsonx.ai docs by @MateuszOssGit in https://github.com/langchain-ai/langchain/pull/17932
- Remove subscript for Result type object by @Abe410 in https://github.com/langchain-ai/langchain/pull/17823
- partners/astradb: Support langchain-astradb AstraDBVectorStore in self-query retriever by @cbornet in https://github.com/langchain-ai/langchain/pull/17728
- templates: Update README.md - Fixing a typo by @PankajMoolrajani in https://github.com/langchain-ai/langchain/pull/17689
- docs:Rerun the Tongyi Qwen model to fix incorrect responses. by @deanbear in https://github.com/langchain-ai/langchain/pull/17693
- community[patch]: fix lint by @baskaryan in https://github.com/langchain-ai/langchain/pull/17984
- docs: logo by @efriis in https://github.com/langchain-ai/langchain/pull/17972
- docs: partner package list by @leo-gan in https://github.com/langchain-ai/langchain/pull/17978
- core[minor], openai[minor], langchain[patch]: output format on openai by @baskaryan in https://github.com/langchain-ai/langchain/pull/17302
- langchain[minor]: openai tools structured_output_chain by @baskaryan in https://github.com/langchain-ai/langchain/pull/17296
- partner:
robocorpai
dosctrings by @leo-gan in https://github.com/langchain-ai/langchain/pull/17968 - docs: update schema imports to core by @efriis in https://github.com/langchain-ai/langchain/pull/17885
- docs: Update Google Provider documentation by @averikitsch in https://github.com/langchain-ai/langchain/pull/17970
- docs: Update Azure Search vector store notebook by @mattgotteiner in https://github.com/langchain-ai/langchain/pull/17901
- community: add Kinetica LLM wrapper by @chadj2 in https://github.com/langchain-ai/langchain/pull/17879
- Added
langchainhub
install and fixed typo by @standuprey in https://github.com/langchain-ai/langchain/pull/17985 - community[patch]: callback before yield for _stream/_astream by @mackong in https://github.com/langchain-ai/langchain/pull/17907
- infra: ci end check by @efriis in https://github.com/langchain-ai/langchain/pull/17986
- Anthropic README updates by @jorgevee in https://github.com/langchain-ai/langchain/pull/17684
- infra: ci end check, consolidation by @efriis in https://github.com/langchain-ai/langchain/pull/17987
- Update quickstart.mdx by @Issac-Lopez in https://github.com/langchain-ai/langchain/pull/17659
- Skip
OpenAIWhisperParser
extremely small audio chunks to avoid api error by @leodiegues in https://github.com/langchain-ai/langchain/pull/11450 - feat(graph_sparql_qa): return formatted SPARQL query on demand by @reidfalconer in https://github.com/langchain-ai/langchain/pull/11263
- core[patch]: Release 0.1.26 by @baskaryan in https://github.com/langchain-ai/langchain/pull/17990
- infra: ci failure job by @efriis in https://github.com/langchain-ai/langchain/pull/17989
- infra: skip codespell ambr by @efriis in https://github.com/langchain-ai/langchain/pull/17992
- openai[patch]: Release 0.0.7 by @baskaryan in https://github.com/langchain-ai/langchain/pull/17993
- community[patch]: Release 0.0.22 by @baskaryan in https://github.com/langchain-ai/langchain/pull/17994
- lanchain[patch]: Release 0.1.9 by @baskaryan in https://github.com/langchain-ai/langchain/pull/17999
New Contributors
- @SavvasMohito made their first contribution in https://github.com/langchain-ai/langchain/pull/17404
- @nbyrneKX made their first contribution in https://github.com/langchain-ai/langchain/pull/17811
- @snsten made their first contribution in https://github.com/langchain-ai/langchain/pull/17171
- @qqubb made their first contribution in https://github.com/langchain-ai/langchain/pull/17724
- @gianlucagiudice made their first contribution in https://github.com/langchain-ai/langchain/pull/17733
- @mackong made their first contribution in https://github.com/langchain-ai/langchain/pull/17807
- @nvoxland-al made their first contribution in https://github.com/langchain-ai/langchain/pull/17549
- @rgupta2508 made their first contribution in https://github.com/langchain-ai/langchain/pull/17889
- @sepiatone made their first contribution in https://github.com/langchain-ai/langchain/pull/17874
- @eon01 made their first contribution in https://github.com/langchain-ai/langchain/pull/17859
- @ehude made their first contribution in https://github.com/langchain-ai/langchain/pull/17396
- @hasansustcse13 made their first contribution in https://github.com/langchain-ai/langchain/pull/17561
- @gradenr made their first contribution in https://github.com/langchain-ai/langchain/pull/17856
- @13rac1 made their first contribution in https://github.com/langchain-ai/langchain/pull/17895
- @polym made their first contribution in https://github.com/langchain-ai/langchain/pull/17923
- @kartikTAI made their first contribution in https://github.com/langchain-ai/langchain/pull/17272
- @Davidkloving made their first contribution in https://github.com/langchain-ai/langchain/pull/17954
- @Abe410 made their first contribution in https://github.com/langchain-ai/langchain/pull/17823
- @PankajMoolrajani made their first contribution in https://github.com/langchain-ai/langchain/pull/17689
- @deanbear made their first contribution in https://github.com/langchain-ai/langchain/pull/17693
- @mattgotteiner made their first contribution in https://github.com/langchain-ai/langchain/pull/17901
- @chadj2 made their first contribution in https://github.com/langchain-ai/langchain/pull/17879
- @standuprey made their first contribution in https://github.com/langchain-ai/langchain/pull/17985
- @jorgevee made their first contribution in https://github.com/langchain-ai/langchain/pull/17684
- @Issac-Lopez made their first contribution in https://github.com/langchain-ai/langchain/pull/17659
- @leodiegues made their first contribution in https://github.com/langchain-ai/langchain/pull/11450
- @reidfalconer made their first contribution in https://github.com/langchain-ai/langchain/pull/11263
Full Changelog: https://github.com/langchain-ai/langchain/compare/v0.1.8...v0.1.9
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.