Julian Risch

Results 172 comments of Julian Risch

Alright, thank you. I'll tag @brandenchan and @agnieszka-m so that they also learn about the needed documentation update .

Maybe @bogdankostic knows what's causing the problem or even has an idea for quick fix? He's a DPR expert! 🙂

Hi @jegork Thank you for pointing out this issue. We should definitely add a test case to check whether the output of predict_batch([query], [documents]) and predict(query, documents) is the same....

@jegork That's right, with a list of a single query and a list of documents that makes sense. 👍 Could you please also extend our test case for this? The...

Hi @jegork before we can merge this PR, I think we should extend the tests for the case of a list of a single query and a list of documents....

@jegork Thank you for adding the tests and @joshuaeckroth thank you for pointing out the second case that still needs to be fixed. Very much appreciated! @vblagoje could you please...

We have a draft PR here showing that a few tests are not passing with version 7.17.4: https://github.com/deepset-ai/haystack/pull/2993

Hi @mathislucka what's the current state of this PR? Should we start the review process or is this a draft? Could you please merge the current master branch in either...

Hi @ahsantfw You're right that Gunicorn is not available in windows. Our recommended way of deploying a Haystack API is to run the application as a Docker container. Have you...

Okay, I see. I am sure that @oryx1729 will be able to help with #1421 and maybe he can also have a quick look at Windows alternatives for gunicorn.