-
Hi, I am using farm-haystack 1.x. I have a requirement where I want to use Haystack with the elastic search version 8.x. I would like to know if Haystack 1.x supports Elasticsearch 8 or only the haystack 2 beta supports the elastic search 8. In the documentation of haystack 1.25 the elasticsearch docker image is version 7.9.2. Thanks for the help in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Haystack 1.x supports Elasticsearch 8. Then you can use it as described here. Most of the future development efforts will be dedicated to improving the ES8 support in Haystack 2.0. |
Beta Was this translation helpful? Give feedback.
Haystack 1.x supports Elasticsearch 8.
You can install it via
pip install 'farm-haystack[elasticsearch8]'
. See custom installation docs.Then you can use it as described here.
Most of the future development efforts will be dedicated to improving the ES8 support in Haystack 2.0.