Sebastian Husch Lee

Results 235 comments of Sebastian Husch Lee

> This way, we don't need to change all the components one by one to adopt this, just add this component to the pipeline. One other (small) issue I forsee...

Hey @vblagoje I see that this was marked as done in the project board. Is this issue resolved?

I'm wondering if the new `OutputAdapter` in this PR https://github.com/deepset-ai/haystack/pull/6936 would be able to accomplish this? I'm not sure if it can handle the input type `List[Document]` and an output...

Hey @kristapsdz-saic , @nvenkat94 is correct, this component only supports models with a Cross-Encoder architecture (which is the same as `SequenceClassification` in HuggingFace terms). Typically, models with `reranker` or `cross-encoder`...

Hey @wochinge thanks for raising this. As a heads up the `document` provided in the answer contains the needed text. But you are right that I don't think that a...

Other than the suggested meta info that @julian-risch suggested, I'd recommend getting everything else that is needed e.g. document_id from the `document.meta` object directly.

Also @wochinge and @julian-risch as a heads up we will need to also resolve https://github.com/deepset-ai/haystack/issues/6705 to be able to add the `page_number` to the answer.

Additionally, page number counting in general relies on page breaks `\f` being present in the Haystack Documents. In addition to the above issue about the `DocumentSplitter` we would also need...

Hey @dfokina is it safe to close this issue thanks to @medsriha's PR? Or do we need to add respective docs for this before we should close it?

Hey @julian-risch thanks for reaching out! No new info on my end. I think the work @davidsbatista did that @anakin87 linked is exactly the type of use case we are...