Skip to content

Latest commit

 

History

History

elasticsearch

test

PyPI - Version PyPI - Python Version

Elasticsearch Document Store

Document Store for Haystack 2.x, supports ElasticSearch 8.

Installation

pip install elasticsearch-haystack

Testing

To run tests first start a Docker container running ElasticSearch. We provide a utility docker-compose.yml for that:

docker-compose up

Then run tests:

hatch run test

License

elasticsearch-haystack is distributed under the terms of the Apache-2.0 license.