Document Store for Haystack 2.x, supports OpenSearch.
pip install opensearch-haystackTo run tests first start a Docker container running OpenSearch. We provide a utility docker-compose.yml for that:
docker-compose upThen run tests:
hatch run testopensearch-haystack is distributed under the terms of the Apache-2.0 license.