-
Notifications
You must be signed in to change notification settings - Fork 126
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-haystack
package
#41
Conversation
Putting this on hold for the time being, I'll focus on reworking the |
Document refactoring is done, we can pick this up again |
552096f
to
4346f7c
Compare
Pushed with force, previous changes are in |
Tests might be a bit flaky, I had to rerun them as the Elasticsearch container connection timed out. |
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.
I took a first look and left some comments.
🙂
document_stores/elasticsearch/src/elasticsearch_haystack/document_store.py
Outdated
Show resolved
Hide resolved
document_stores/elasticsearch/src/elasticsearch_haystack/document_store.py
Show resolved
Hide resolved
document_stores/elasticsearch/src/elasticsearch_haystack/document_store.py
Outdated
Show resolved
Hide resolved
document_stores/elasticsearch/src/elasticsearch_haystack/document_store.py
Show resolved
Hide resolved
document_stores/elasticsearch/src/elasticsearch_haystack/bm25_retriever.py
Outdated
Show resolved
Hide resolved
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.
For the time being, all looks good to me...
(we will iterate on this implementation)
LET'S GOOOO! 🚀 |
update retriever
This is the identical code from deepset-ai/elasticsearch-haystack.
README.md
andpyproject.toml
are the only different files.It also adds a workflow to run its tests.