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
Lucas Tucker cb79e80b0b
docs: standardize ChatHuggingFace (#22693)
**Updated ChatHuggingFace doc string as per issue #22296**:
"langchain_huggingface: updated docstring for ChatHuggingFace in
langchain_huggingface to match that of the description (in the appendix)
provided in issue #22296. "

**Issue:** This PR is in response to issue #22296, and more specifically
ChatHuggingFace model. In particular, this PR updates the docstring for
langchain/libs/partners/hugging_face/langchain_huggingface/chat_models/huggingface.py
by adding the following sections: Instantiate, Invoke, Stream, Async,
Tool calling, and Response metadata. I used the template from the
Anthropic implementation and referenced the Appendix of the original
issue post. I also noted that: langchain_community hugging face llms do
not work with langchain_huggingface's ChatHuggingFace model (at least
for me); the .stream(messages) functionality of ChatHuggingFace only
returned a block of response.

---------

Co-authored-by: lucast2021 <lucast2021@headroyce.org>
Co-authored-by: Bagatur <baskaryan@gmail.com>
3 months ago
..
langchain_huggingface docs: standardize ChatHuggingFace (#22693) 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: remove text-generation dep (#22543) 3 months ago
pyproject.toml huggingface: remove text-generation dep (#22543) 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