Metadata-Version: 2.5
Name: supabase-haystack
Version: 0.4.0
Summary: Haystack integration for supabase
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/supabase#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/supabase
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.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.26.1
Requires-Dist: pgvector-haystack>=6.6.0
Requires-Dist: supabase>=2.23.0
Description-Content-Type: text/markdown

# supabase-haystack

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

- [Integration page](https://haystack.deepset.ai/integrations/supabase)
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/supabase/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 a Docker container running PostgreSQL with the `pgvector` extension.
Use the provided `docker-compose.yml` file to start the container: `docker compose up -d`.
