Julian Risch

Results 172 comments of Julian Risch

I tried to reproduce this issue with different Haystack versions and python version. The problem did occur with Haystack v1.8.0 but not with any version after that. | Python/Haystack Version...

Using training or evaluation datasets annotated with some other tools should work as long as the datasets follow a standard format. For example, the SQuAD format is common for QA...

Closing this PR because of inactivity. We will keep the issue open (with low priority) so that we can potentially pick it up at a later point in time: https://github.com/deepset-ai/haystack/issues/2823

@elundaeva What about the name of the component by the way? RecentnessRanker vs. RecencyRanker. Was this discussed somewhere? I don't have a strong opinion, just noticed the name in the...

Right now the end2end tests are triggered once a day automatically and we could run them more often in case the problem is that we learn about failures too late....

Hi @LisaGLH Thank you for reporting this and for suggesting how to fix it. Would you maybe like to open a pull request with your fix? That would be great!...

@tstadel Have you come across this problem before? Any idea why the evaluation results of the last retriever are not included when `JoinDocuments` is used?

@ZanSara If it's already possible, we should improve documentation so that it's easier to understand.

For Haystack 1.x, there is a workaround: `pipeline.run(file_paths=[the files], meta=[{"name": file.name for name in [the files]}])` to assign the filename as metadata to documents at indexing time. That should be...

@sjrl Going through the backlog we came across this older issue. Is it still as relevant? What about you or @anakin87 create an issue in the HuggingFace transformers repo?