Metadata-Version: 2.1
Name: deepeval-haystack
Version: 0.1.1
Summary: An integration of DeepEvla LLM evaluation framework with Haystack
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/deepeval
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/deepeval/README.md
Project-URL: Issues, https://github.com/deepset-ai/haystack-core-integrations/issues
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.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.8
Requires-Dist: deepeval==0.20.57
Requires-Dist: haystack-ai
Description-Content-Type: text/markdown

# deepeval-haystack

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

---

**Table of Contents**

- [deepeval-haystack](#deepeval-haystack)
  - [Installation](#installation)
  - [Testing](#testing)
  - [Examples](#examples)
  - [License](#license)

## Installation

```console
pip install deepeval-haystack
```

For more information about the deepeval evaluation framework, please refer to their [documentation](https://docs.confident-ai.com/docs/evaluation-introduction).

## Testing

```console
hatch run test
```

## Examples

You can find a code example showing how to use the Evaluator under the `example/` folder of this repo.

## License

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