Metadata-Version: 2.4
Name: falkordb-haystack
Version: 1.1.0
Summary: FalkorDB graph database integration for Haystack — enables GraphRAG with OpenCypher
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/falkordb#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/falkordb
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: document-store,falkordb,graph,graph-database,graphrag,haystack,openCypher,rag,vector-search
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
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: falkordb<2,>=1.1
Requires-Dist: haystack-ai>=2.26.1
Description-Content-Type: text/markdown

# falkordb-haystack

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

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

---


## Contributing

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



## Testing

To run the integration tests locally, you need a running FalkorDB instance. You can start one using the provided docker-compose file:

```bash
docker-compose up -d
```