Sebastian Husch Lee

Results 235 comments of Sebastian Husch Lee

Additionally, we want to consider different postprocessing strategies when combining the predicted labels together. For example the prediction `["B-DEFENDER", "I-DEFENDER"]` will be combined into one entity, but what should be...

Hi @MichelBartels could you provide some more details on what is currently missing in Haystack's implementation of DDP compared to FARM's implementation? For example, some code snippet comparisons would be...

Hi, @Squishy-33 if you do not need the changes to be immediately visible for searching then there is no problem using `refresh_type="false"`. I believe we called `wait_for` safe because it...

Hi @Parathantl did you have a chance to look at issue [#1019](https://github.com/deepset-ai/haystack/issues/1019) for help with this problem? It explains how to save and reload a FAISSDocumentStore. Have a look and...

Hi @jstremme this looks to happen with scikit-learn version `1.1.1`. If you downgrade to `pip install scikit-learn==1.0.2` then this classifier should work. We will look into what needs to be...

Hi, @Pavithree could you try and run your code with `update_existing_embeddings=True` instead of `False` and see if you get the same error?

Okay, I think I've identified an issue that could be causing your problem. To confirm could you pass the option `duplicate_documents='fail'` to the second `write_documents` call. This would look something...

@Pavithree while we figure out a fix for this issue I believe if you use the option `duplicate_documents='skip'` when calling `document_store.write_documents()` you should be able to avoid the error you...

Hi @Pavithree I'm glad this resolved your issue! I'll be leaving this issue open for the time being because `write_documents` should also work with `duplicate_documents='overwrite'`

> Perhaps the AzureML settings should be made default, since haystack doesn't allow user to configure Selenium WebDriver options. Setting the safest options would be, possibly, the recommended. Perhaps another...