-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add Elasticsearch Query DSL compliant Query API #471
Add Elasticsearch Query DSL compliant Query API #471
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this @lalitpagaria!
from haystack import Finder | ||
from haystack.retriever.sparse import ElasticsearchRetriever | ||
|
||
# TODO: Add integration tests for other APIs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not part of this PR hence adding comment and tests can be added with another PRs
@tanaysoni PR is ready for the full review. |
@tanaysoni Just checking if you got a chance to review this PR. |
Thank you @lalitpagaria for working on it! It looks good-to-go 🚀 |
Thanks @tanaysoni |
To complete #429
Using very dummy way to convert request object in ES Query DSL to Question object. As this simple conversion hence there is no need to add other 3 party libs.
@tanaysoni Please share your feedback and also check
TODO:
comments