Silvano Cerza
Silvano Cerza
> Given the very simple format of the discoveries, I guess that just checking if the executable is there is enough. Yeah, if the issue is present only for discoveries...
I can't reproduce this, I have don't have `numba` installed and I can run the above snippet with no issues.
Rebased to fix conflicts. Changed `uses:` reusable workflow so its path is relative to this repo and removed CI trigger. I'll change the required checks and merge this in to...
Investigated a bit and indeed the referenced PR partly fixes this issue and the Pipeline doesn't hang. Though there's still an issue with that Pipeline as the `PromptBuilder` in the...
True that, now that you can set `PromptBuilder` inputs as mandatory or not you can work around this bug. Though I want to see if a fix in the `Pipeline.run()`...
@lfunderburk I can't seem to reproduce the issue. This should fail given the steps you provided to reproduce but it doesn't. ``` from haystack import Pipeline from haystack.components.fetchers import LinkContentFetcher...
I believe this is not a top priority as of now. We're focusing on releasing Haystack 2.x by the end of the year and we don't have enough resources to...
Hey @E-dC could you try to reproduce this with the latest version? If it works I'd consider it fixed.
Thanks @bogdankostic, I missed those changes. Nonetheless why are we using AWS Lambdas and not Github Actions?
@rjanjua we're not going to have that job trigger from any PR so the security concerns don't stand. The plan is to have it run on manual trigger and/or a...