Sebastian Husch Lee
Sebastian Husch Lee
**Is your feature request related to a problem? Please describe.** As @ju-gu and I have been building pipelines with many branches that branch into many different Prompt Builders we ran...
**Is your feature request related to a problem? Please describe.** I would like to be able to use meta information to provide context to the TransformerReader or the FARMReader to...
There are issues with asyncio operations when running the MCP tests that silently fail. As in the tests look green but there are errors like this one https://github.com/deepset-ai/haystack-core-integrations/actions/runs/14630484246/job/41051665163#step:10:47 We should...
In addition to the `ImageFileToImageContent` and `PDFToImageContent` components we should add an Indexing example for how to use these conversion components to convert Image Files to Haystack Documents and then...
Currently in SuperComponent, the `from_dict` method does not specify whether the component should be loaded using Pipeline or AsyncPipeline. It just always uses `Pipeline.from_dict`. We should update the internal logic...
**Is your feature request related to a problem? Please describe.** Formatting streamed results from an LLM can be a bit tricky. Currently in our `print_streaming_chunk` utility function we use the...