You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/huggingface
wenngong ee5eedfa04
partners: support reading HuggingFace params from env (#23309)
Description: 
1. partners/HuggingFace module support reading params from env. Not
adjust langchain_community/.../huggingfaceXX modules since they are
deprecated.
  2. pydantic 2 @root_validator migration.

Issue: #22448 #22819

---------

Co-authored-by: gongwn1 <gongwn1@lenovo.com>
3 months ago
..
langchain_huggingface partners: support reading HuggingFace params from env (#23309) 3 months ago
scripts huggingface: fix community dep checking (#21628) 4 months ago
tests huggingface: init package (#21097) 4 months ago
.gitignore huggingface: init package (#21097) 4 months ago
LICENSE huggingface: init package (#21097) 4 months ago
Makefile huggingface: init package (#21097) 4 months ago
README.md huggingface: init package (#21097) 4 months ago
poetry.lock huggingface[patch]: fix CI for python 3.12 (#23197) 3 months ago
pyproject.toml huggingface[patch]: fix CI for python 3.12 (#23197) 3 months ago

README.md

langchain-huggingface

This package contains the LangChain integrations for huggingface related classes.

Installation and Setup

  • Install the LangChain partner package
pip install langchain-huggingface