langchain/libs/partners/huggingface
अंkur गोswami 729526ff7c
huggingface: Undefined model_id fix (#31358)
**Description:** This change fixes the undefined model_id issue when
instantiating
[ChatHuggingFace](https://github.com/langchain-ai/langchain/blob/master/libs/partners/huggingface/langchain_huggingface/chat_models/huggingface.py#L306)
**Issue:** Fixes https://github.com/langchain-ai/langchain/issues/31357


@baskaryan @hwchase17
2025-05-29 15:59:35 -04:00
..
langchain_huggingface huggingface: Undefined model_id fix (#31358) 2025-05-29 15:59:35 -04:00
scripts partners: bug fix check_imports.py exit code. (#30897) 2025-04-17 08:02:23 -04:00
tests partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Inference Providers and remove deprecated code (#30733) 2025-04-29 09:53:14 -04:00
.gitignore
LICENSE
Makefile infra: add UV_FROZEN to makefiles (#29642) 2025-02-06 14:36:54 -05:00
pyproject.toml huggingface: release 0.2 (#31153) 2025-05-07 15:33:07 -04:00
README.md
uv.lock huggingface: release 0.2 (#31153) 2025-05-07 15:33:07 -04: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