Files
langchain/libs/partners/huggingface
ccurme 3450bfc806 infra: add UV_FROZEN to makefiles (#29642)
These are set in Github workflows, but forgot to add them to most
makefiles for convenience when developing locally.

`uv run` will automatically sync the lock file. Because many of our
development dependencies are local installs, it will pick up version
changes and update the lock file. Passing `--frozen` or setting this
environment variable disables the behavior.
2025-02-06 14:36:54 -05:00
..
2024-05-13 20:53:15 +00:00
2024-05-13 20:53:15 +00:00
2025-02-06 13:36:26 -05:00
2024-05-13 20:53:15 +00:00
2025-02-06 13:36:26 -05:00

langchain-huggingface

This package contains the LangChain integrations for huggingface related classes.

Installation and Setup

  • Install the LangChain partner package
pip install langchain-huggingface