Releases: langchain-ai/langchain
langchain==0.3.12
langchain-text-splitters==0.3.3
langchain-core==0.3.25
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
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
langchain-core==0.3.24
langchain-core==0.3.23
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
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)