Metadata-Version: 2.4
Name: optimum-haystack
Version: 1.2.1
Summary: Component to embed strings and Documents using models loaded with the HuggingFace Optimum library. This component is designed to seamlessly inference models using the high speed ONNX runtime.
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/optimum#readme
Project-URL: Issues, https://github.com/deepset-ai/haystack-core-integrations/issues
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/optimum
Author: Ashwin Mathur
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: haystack-ai
Requires-Dist: optimum[onnxruntime]>=1.21.0
Requires-Dist: sentence-transformers>=2.3
Requires-Dist: tokenizers>=0.20.2
Requires-Dist: torch<2.9.0
Description-Content-Type: text/markdown

# optimum-haystack

[![PyPI - Version](https://img.shields.io/pypi/v/optimum-haystack.svg)](https://pypi.org/project/optimum-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/optimum-haystack.svg)](https://pypi.org/project/optimum-haystack)

- [Integration page](https://haystack.deepset.ai/integrations/optimum)
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/optimum/CHANGELOG.md)

---

Refer to the general [Contribution Guidelines](https://github.com/deepset-ai/haystack-core-integrations/blob/main/CONTRIBUTING.md).



