Metadata-Version: 2.1
Name: uptrain-haystack
Version: 0.3.0
Summary: An integration of UpTrain LLM evaluation framework with Haystack
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/uptrain
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/uptrain/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: haystack-ai>=2.0.0b6
Requires-Dist: uptrain>=0.5
Description-Content-Type: text/markdown

# uptrain-haystack

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

---

**Table of Contents**

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

## Installation

```console
pip install uptrain-haystack
```

For more information about the UpTrain evaluation framework, please refer to their [documentation](https://docs.uptrain.ai/getting-started/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

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