Skip to content

Releases: langchain-ai/langchain

langchain==0.3.12

14 Dec 20:10
089e659
Compare
Choose a tag to compare

Changes since langchain==0.3.11

langchain[patch]: Release 0.3.12 (#28724)
langchain: fixed weaviate (v4) vectorstore import for self-query retriever (#28675)

langchain-text-splitters==0.3.3

14 Dec 19:33
679e3a9
Compare
Choose a tag to compare

Changes since langchain-text-splitters==0.3.2

text-splitters[patch]: Release 0.3.3 (#28723)
text-splitters: add pydocstyle linting (#28127)
docs: more api ref links, add linting step to prevent more (#28495)

langchain-core==0.3.25

14 Dec 02:26
387284c
Compare
Choose a tag to compare

Changes since langchain-core==0.3.24

core: release 0.3.25 (#28718)
core[patch]: throw exception indexing code if deletion fails in vectorstore (#28103)
core[minor]: add new clean up strategy "scoped_full" to indexing (#28505)
core[patch]: Update error message in indexing code for unreachable code assertion (#28712)
core[patch]: Reverts PR #25754 and add unit tests (#28702)

langchain-community==0.3.12

14 Dec 23:45
a0534ae
Compare
Choose a tag to compare

Changes since langchain-community==0.3.11

community[patch]: Release 0.3.12 (#28725)
community: fix an issue with deepinfra integration (#28715)
[community]: Render documents to graphviz (#24830)
docs, community: aerospike docs update (#28717)
community: 🐛 PDF Filter Type Error (#27154)
community: fallback on core async atransform_documents method for MarkdownifyTransformer (#27866)
community[minor]: Opensearch hybridsearch implementation (#25375)
community[minor]: Fix json._validate_metadata_func() (#22842)
community[minor]: Add TablestoreVectorStore (#25767)
community: make old stub for QuerySQLDataBaseTool private to skip api ref (#28711)
Community: add modified_since argument to O365BaseLoader (#28708)
community[patch]: fix QuerySQLDatabaseTool name (#28659)
docs: Fix stack diagram in community README (#28685)
community: fixes json loader not getting texts with json standard (#27327)
community: add method to create branch and list files for gitlab tool (#27883)
community: ChatSnowflakeCortex - Add streaming functionality (#27753)
community: Add support for cross-region inference profile IDs in Bedrock Anthropic Claude token cost calculation (#28167)
community: VectorStores: Azure Cosmos DB Mongo vCore with DiskANN (#27329)
Community: Adding bulk_size as a setable param for OpenSearchVectorSearch (#28325)
community: fixed bug in model2vec embedding code (#28670)
community: use correct id_key when deleting by id in LanceDB wrapper (#28655)
[Community]: requests_kwargs not being used in _fetch (#28646)
community[minor]: FAISS Filter Function Enhancement with Advanced Query Operators (#28207)
community: tongyi multimodal response format fix to support langchain (#28645)

langchain==0.3.11

10 Dec 20:35
91227ad
Compare
Choose a tag to compare

Changes since langchain==0.3.10

langchain[patch]: Release 0.3.11 (#28657)
core,langchain,community[patch]: allow langsmith 0.2 (#28598)

langchain-core==0.3.24

10 Dec 20:23
1fbd86a
Compare
Choose a tag to compare

Changes since langchain-core==0.3.23

core[patch]: Release 0.3.24 (#28656)
core,langchain,community[patch]: allow langsmith 0.2 (#28598)

langchain-core==0.3.23

10 Dec 10:05
24292c4
Compare
Choose a tag to compare

Changes since langchain-core==0.3.22

core[patch]: Release 0.3.23 (#28648)
core[patch]: return ToolMessage from tool (#28605)
core: deprecate PipelinePromptTemplate (#28644)
Core: google docstring parsing fix (#28404)
[Core]: Small Docstring Clarification for BaseTool (#28148)
core[patch]: Fixed trim functions, and added corresponding unit test for the solved issue (#28429)

langchain-community==0.3.11

10 Dec 21:20
d0e662e
Compare
Choose a tag to compare

Changes since langchain-community==0.3.10

community: tongyi multimodal response format fix to support langchain (#28645)
community[patch]: Release 0.3.11 (#28658)
core,langchain,community[patch]: allow langsmith 0.2 (#28598)
doc-loader: retain Azure Doc Intelligence API metadata in Document parser (#28382)
Confluence Loader: Fix CQL loading (#27620)
community: update Memgraph integration (#27017)
fix: Set default search_type to 'similarity' in as_retriever method of AzureSearch (#28376)
community: KuzuGraph needs allow_dangerous_requests, add graph documents via LLMGraphTransformer (#27949)
community[fix]: Update Perplexity to pass parameters into API calls (#28421)
community[fix]: could not locate runnable browser (#28289)
community: [bugfix] fix source path for office files in O365 (#28260)
community: add include_labels option to ConfluenceLoader (#28259)
community[minor] Pebblo: Support for new Pinecone class PineconeVectorStore (#28253)
docs: Standardize MoonshotChat docstring (#28159)
community[patch]:Fix for get_openai_callback() return token_cost=0.0 when model is gpt-4o-11-20 (#28408)
community[minor]: Add support for modle2vec embeddings (#28507)
Invalid tool_choice being passed to ChatLiteLLM (#28198)

langchain-tests==0.3.7

09 Dec 20:16
534b8f4
Compare
Choose a tag to compare

Changes since langchain-tests==0.3.6

standard-tests: release 0.3.7 (#28637)
standard-tests: sync/async vectorstore tests conditional (#28636)
standard-tests: retriever docstrings (#28596)
tests[patch]: nits (#28601)

langchain-openai==0.2.12

09 Dec 18:20
ffb5c19
Compare
Choose a tag to compare

Changes since langchain-openai==0.2.11

openai[patch]: release 0.2.12 (#28633)
openai[patch]: bump minimum SDK version (#28632)
multiple: fix xfailed signatures (#28597)
openai[patch]: add standard tests for embeddings (#28540)