## Summary - Bump `langsmith` in `libs/partners/huggingface/uv.lock` from 0.7.31 to 0.8.9 - Bump `langchain-classic` in `libs/langchain_v1/uv.lock` from 1.0.0 to 1.0.7 - Bump transitive `langsmith` in `libs/langchain_v1/uv.lock` from 0.8.0 to 0.8.9 ## Notes - The open Chroma alert currently has no patched version in GitHub Dependabot metadata. `chromadb` is already at 1.5.9 on `master`, and PyPI shows 1.5.9 as the latest available release. ## Testing - `uv lock --check` in `libs/partners/huggingface` - `uv lock --check` in `libs/langchain_v1` - `uv lock --check` in `libs/partners/chroma` - `git diff --check`
langchain-huggingface
Looking for the JS/TS version? Check out LangChain.js.
Quick Install
pip install langchain-huggingface
Note: The base install does not include
sentence-transformersortransformers. If you plan to useHuggingFaceEmbeddingsorHuggingFacePipelinefor local inference, install the[full]extra which includessentence-transformers>=5.2.0andtransformers>=5.0.0:pip install langchain-huggingface[full]Migrating from
langchain-community? Note thatlangchain-communityacceptedsentence-transformers>=2.2.0, butlangchain-huggingface[full]requires>=5.2.0. If your project pins an older version, upgrade it:pip install "sentence-transformers>=5.2.0"
🤔 What is this?
This package contains the LangChain integrations for Hugging Face related classes.
📖 Documentation
For full documentation, see the API reference. For conceptual guides, tutorials, and examples on using these classes, see the LangChain Docs.
📕 Releases & Versioning
See our Releases and Versioning policies.
💁 Contributing
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
For detailed information on how to contribute, see the Contributing Guide.