Metadata-Version: 2.1
Name: instructor-embedders-haystack
Version: 0.2.0
Summary: Haystack 2.x component to embed strings and Documents using Instructor embedding model.
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/instructor_embedders#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/instructor_embedders
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: datasets>=2.2.0
Requires-Dist: haystack-ai
Requires-Dist: instructorembedding
Requires-Dist: jsonlines
Requires-Dist: numpy
Requires-Dist: requests>=2.26.0
Requires-Dist: rich
Requires-Dist: scikit-learn>=1.0.2
Requires-Dist: scipy
Requires-Dist: sentence-transformers>=2.2.0
Requires-Dist: torch
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# instructor_embedders

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

-----

**Table of Contents**

- [instructor\_embedders](#instructor_embedders)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install instructor-embedders-haystack
```

## License

`instructor-embedders` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
