langchain/libs/partners/huggingface
Ethan Yang 29064848f9
[Community]add option to delete the prompt from HF output (#22225)
This will help to solve pattern mismatching issue when parsing the
output in Agent.

https://github.com/langchain-ai/langchain/issues/21912
2024-06-05 18:38:54 -04:00
..
langchain_huggingface [Community]add option to delete the prompt from HF output (#22225) 2024-06-05 18:38:54 -04:00
scripts huggingface: fix community dep checking (#21628) 2024-05-13 21:52:18 +00:00
tests huggingface: init package (#21097) 2024-05-13 20:53:15 +00:00
.gitignore huggingface: init package (#21097) 2024-05-13 20:53:15 +00:00
LICENSE huggingface: init package (#21097) 2024-05-13 20:53:15 +00:00
Makefile huggingface: init package (#21097) 2024-05-13 20:53:15 +00:00
poetry.lock huggingface: remove text-generation dep (#22543) 2024-06-05 12:13:40 +00:00
pyproject.toml huggingface: remove text-generation dep (#22543) 2024-06-05 12:13:40 +00:00
README.md huggingface: init package (#21097) 2024-05-13 20:53:15 +00: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