Skip to content

Releases: langchain-ai/langchain

langchain-core==0.3.0.dev5

11 Sep 20:37
284e1a7
Compare
Choose a tag to compare

Changes since langchain-core==0.2.39

core[patch]: fix regression in convert_to_openai_tool with instances of Tool (#26327)
core[patch]: Support non ASCII characters in tool output if user doesn't output string (#26319)
Keyword-like runnable config (#26295)

langchain-community==0.3.0.dev2

11 Sep 21:05
0bfbd4f
Compare
Choose a tag to compare

Changes since langchain-community==0.2.16

core[minor]: Remove serialized manifest from tracing requests for non-llm runs (#26270)
community: Add docstring for HtmlLinkExtractor (#26213)
community: Add docstring for GLiNERLinkExtractor (#26218)
community: Add docstring for KeybertLinkExtractor (#26210)
Add session expired retry to neo4j graph (#26182)
Adding bind_tools in ChatOctoAI (#26168)
infra: Clear cache for env-var checks (#26073)
fmt
fmt
fmt
Improvement[Community] Improve args description in api doc of DocArrayInMemorySearch (#26024)
community: delta in openai choice can be None, creates handler for that (#25954)

langchain-ollama==0.2.0.dev1

10 Sep 18:46
3a0c7c7
Compare
Choose a tag to compare

Changes since langchain-ollama==0.1.3

docs: small improvement ChatOllama setup description (#26043)
standard-tests[patch]: add Ser/Des test

langchain-mongodb==0.2.0.dev1

10 Sep 23:39
89c6cb6
Compare
Choose a tag to compare

Changes since langchain-mongodb==0.1.9

langchain-huggingface==0.1.0.dev1

10 Sep 21:05
fc08f24
Compare
Choose a tag to compare

Changes since langchain-huggingface==0.0.3

huggingface[patch]: add integration tests for embeddings (#26272)
huggingface[patch]: add integration tests (#26269)
standard-tests[patch]: add Ser/Des test
all: Improve make lint command (#25344)
huggingface: fix model param population (#24743)
huggingface[patch], pinecone[patch], fireworks[patch], mistralai[patch], voyageai[patch], togetherai[path]: convert Pydantic extras to literals (#25384)
core[patch], integrations[patch]: convert TypedDict to tool schema support (#24641)
all: add release notes to pypi (#24519)
[HuggingFace Pipeline] add streaming support (#23852)
huggingface: Fix huggingface tei support (#22653)
infra: update mypy 1.10, ruff 0.5 (#23721)
partners: support reading HuggingFace params from env (#23309)
[Community [HuggingFace]]: Small Fix for ChatHuggingFace. (#22925)
huggingface: docstrings (#23148)
huggingface[patch]: fix CI for python 3.12 (#23197)
docs: standardize ChatHuggingFace (#22693)
[Community]add option to delete the prompt from HF output (#22225)

langchain-core==0.2.39

10 Sep 20:20
17659ca
Compare
Choose a tag to compare

Changes since langchain-core==0.2.38

core[patch]: Release 0.2.39 (#26279)
core[minor]: Remove serialized manifest from tracing requests for non-llm runs (#26270)
core[patch]: wrap mermaid node names w/ markdown in

tag (#26235)
core[patch]: fix edge labels for mermaid graphs (#26201)
infra: Clear cache for env-var checks (#26073)
fmt
fmt

langchain-mistralai==0.2.0.dev1

09 Sep 20:15
2070d65
Compare
Choose a tag to compare

Changes since langchain-mistralai==0.1.13

fmt
fmt
standard-tests[patch]: add Ser/Des test

langchain-experimental==0.3.0.dev1

09 Sep 18:33
6c8d626
Compare
Choose a tag to compare

Changes since langchain-experimental==0.0.65

Add the option to ignore structured output method to LLM graph transf… (#26013)

langchain-mongodb==0.1.9

07 Sep 23:57
6e82d21
Compare
Choose a tag to compare

Changes since langchain-mongodb==0.1.8

partners/mongodb: release 0.1.9 (#26193)
standard-tests[patch]: add Ser/Des test
all: Improve make lint command (#25344)
partners: Use simsimd types (#25299)
limit the most recent documents to fetch from MongoDB database. (#25435)

langchain-openai==0.2.0.dev2

06 Sep 19:01
b5bd970
Compare
Choose a tag to compare

Changes since langchain-openai==0.1.23

fmt
standard-tests[patch]: add Ser/Des test
langchain_openai: Make sure the response from the async client in the astream method of ChatOpenAI is properly awaited in case of "include_response_headers=True" (#26031)
openai[patch]: add back azure embeddings api_version alias
openai[patch]: Upgrade @root_validators in preparation for pydantic 2 migration (#25491)
standard-tests[patch]: test init from env vars (#25983)
docs: ChatOpenAI.with_structured_output nits (#25952)
langchain_openai: Cleanup OpenAIEmbeddings validate_environment. (#25855)