Metadata-Version: 2.4
Name: nvidia-haystack
Version: 0.4.0
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/nvidia#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/nvidia
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>=2.19.0
Requires-Dist: requests>=2.25.0
Requires-Dist: tqdm>=4.21.0
Description-Content-Type: text/markdown

# nvidia-haystack

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

- [Integration page](https://haystack.deepset.ai/integrations/nvidia)
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/nvidia/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 `NVIDIA_API_KEY` environment variable. Some tests require additional environment variables:
- `NVIDIA_NIM_EMBEDDER_MODEL`
- `NVIDIA_NIM_ENDPOINT_URL`
- `NVIDIA_NIM_GENERATOR_MODEL`
- `NVIDIA_NIM_RANKER_MODEL`
- `NVIDIA_NIM_RANKER_ENDPOINT_URL`