Julian Risch
Julian Risch
Interesting idea. For Table QA, we actually needed multi-span QA too, so @bogdankostic has done some work there. Section 3 in the paper reminds me of Named Entity Recognition because...
Agreed, could be definitely useful and would be a nice-to-have feature. Let's put it in our backlog then for now.
Hi @chintanshrinath I tried to reproduce the issue you reported and uploaded 25 txt files. However, I didn't face any problems and all 25 files got uploaded successfully. Therefore, I...
@anakin87 Hi Stefano, yes, you're right that the if-else block has been removed already. 👍 Regarding redundancy of the scaling: in the prediction head we get scores from a matrix...
I noticed that Haystack's dependency BEIR pins the version of the elasticsearch client to `elasticsearch==7.9.1`. However, BEIR is just an optional dependency (not mandatory) and is only installed for the...
@jstremme We just merged a PR that patches the issue thanks to @anakin87 . Please let us know if the issue remains, thank you.
@anakin87 Sounds very good to me. If you want, I can take care of uploading the models to the same S3 bucket as the old models. You can assign me...
Let's close this issue now that https://github.com/deepset-ai/haystack/pull/3732 is merged. In future, with new scikit-learn versions, we might need to check this again.
Slightly related: A user needed just a few lines of code to use Haystack with Elastic on GCP https://github.com/deepset-ai/haystack/discussions/4547
ES8 is now supported and the last related issue has been merged: https://github.com/deepset-ai/haystack/pull/5320