1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-05 07:08:03 +00:00
langchain/libs/partners/huggingface
ccurme bdb7c4a8b3
huggingface: fix embeddings return type ()
Integration tests failing

cc @hanouticelina
2025-04-29 18:45:04 +00:00
..
langchain_huggingface huggingface: fix embeddings return type () 2025-04-29 18:45:04 +00:00
scripts partners: bug fix check_imports.py exit code. () 2025-04-17 08:02:23 -04:00
tests partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Inference Providers and remove deprecated code () 2025-04-29 09:53:14 -04:00
.gitignore huggingface: init package () 2024-05-13 20:53:15 +00:00
LICENSE huggingface: init package () 2024-05-13 20:53:15 +00:00
Makefile infra: add UV_FROZEN to makefiles () 2025-02-06 14:36:54 -05:00
pyproject.toml partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Inference Providers and remove deprecated code () 2025-04-29 09:53:14 -04:00
README.md huggingface: init package () 2024-05-13 20:53:15 +00:00
uv.lock partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Inference Providers and remove deprecated code () 2025-04-29 09:53:14 -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