Metadata-Version: 2.4
Name: vespa-haystack
Version: 1.0.0
Summary: Haystack integration for Vespa
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/vespa#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/vespa
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: document-store,haystack,rag,retrieval,retriever,search,vector-search,vespa
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.28.0
Requires-Dist: pyvespa>=0.58.0
Description-Content-Type: text/markdown

# vespa-haystack

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

- [Integration page](https://haystack.deepset.ai/integrations/vespa)
---

## 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 a Docker container running Vespa with the bundled application deployed.
Use the provided `docker-compose.yml` file to start the container: `docker compose up -d`.
