Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ElasticsearchDocumentStore compatible with ES8 #5027

Closed
Tracked by #2810
masci opened this issue May 25, 2023 · 1 comment
Closed
Tracked by #2810

Make ElasticsearchDocumentStore compatible with ES8 #5027

masci opened this issue May 25, 2023 · 1 comment
Assignees
Labels
P1 High priority, add to the next sprint topic:elasticsearch

Comments

@masci
Copy link
Contributor

masci commented May 25, 2023

Now that the Elasticsearch client is not part anymore of the core installation, we can introduce a separate extras to install the version 8 of the Python client.

Figure out whether or not the existing ElasticsearchDocumenStore can be made compatible with both clients with a few tweaks, or it's better to introduce a new document store class solely compatible with 8.x

@bogdankostic
Copy link
Contributor

Support for Elasticsearch 8 has been added in the last weeks. ElasticsearchDocumentStore running on Elasticsearch 8 can be found in haystack/document_stores/elasticsearch/es8.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority, add to the next sprint topic:elasticsearch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants