Metadata-Version: 2.4
Name: ragas-haystack
Version: 2.2.0
Summary: An integration of Ragas LLM evaluation framework with Haystack
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/ragas/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: 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 :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: haystack-ai
Requires-Dist: ragas<0.3.0,>=0.2.6
Description-Content-Type: text/markdown

# ragas-haystack

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

---

**Table of Contents**

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

## Installation

```console
pip install ragas-haystack
```

For more information about the Ragas evaluation framework, please refer to their [documentation](https://docs.ragas.io/).

## Testing

```console
hatch run test:all
```

## Examples

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

## License

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