Metadata-Version: 2.1
Name: langchain-huggingface
Version: 0.0.2
Summary: An integration package connecting Hugging Face and LangChain
Home-page: https://github.com/langchain-ai/langchain
License: MIT
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: huggingface-hub (>=0.23.0)
Requires-Dist: langchain-core (>=0.1.52,<0.3)
Requires-Dist: sentence-transformers (>=2.6.0)
Requires-Dist: text-generation (>=0.7.0,<0.8.0)
Requires-Dist: tokenizers (>=0.19.1)
Requires-Dist: transformers (>=4.39.0)
Project-URL: Repository, https://github.com/langchain-ai/langchain
Project-URL: Source Code, https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface
Description-Content-Type: text/markdown

# langchain-huggingface

This package contains the LangChain integrations for huggingface related classes.

## Installation and Setup

- Install the LangChain partner package
```bash
pip install langchain-huggingface
```

