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

Remove Elasticsearch as hard dependency for Question Answer / Make QA pluggable #87

Closed
mingfang opened this issue Dec 5, 2019 · 4 comments

Comments

@mingfang
Copy link

mingfang commented Dec 5, 2019

Currently the QuestionAnswerer requires Elasticsearch to work but I would like to use something else.
Please make the QuestionAnswerer pluggable so that we choose different implementations.
For example, it would be great to have a "in-memory" implementation for tests or very small QuestionAnswerer. Or use another search engine such as Solr.

@minhtuev
Copy link
Contributor

Yes we are working on an alternative to ES.

@minhtuev
Copy link
Contributor

@mingfang : as we are reviewing the existing architecture, have you made any progress? How is your current experience with MM?

@minhtuev
Copy link
Contributor

Currently, this issue is being addressed by #29

@minhtuev minhtuev changed the title Remove Elasticsearch as hard dependency Remove Elasticsearch as hard dependency for Question Answer / Make QA pluggable May 15, 2020
@minhtuev
Copy link
Contributor

We have made the changes to make ES optional and documented it here:
https://cisco.github.io/mindmeld/userguide/optional_dependency.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants