Metadata-Version: 2.5
Name: rhesis-haystack
Version: 0.0.1
Summary: Haystack integration for rhesis
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/rhesis#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/rhesis
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: haystack,llm,observability,opentelemetry,rhesis,tracing
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
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 :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: haystack-ai>=2.22.0
Requires-Dist: rhesis[telemetry]>=0.13.0
Description-Content-Type: text/markdown

# rhesis-haystack

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

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

---

## Contributing

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

To run integration tests locally, you need to export the following environment variables:

- `RHESIS_API_KEY`
- `RHESIS_BASE_URL` — optional, defaults to `http://localhost:8080`

```bash
cd integrations/rhesis
hatch run test:integration
```

Runnable examples live in [`example/`](example/).
