Sebastian Husch Lee

Results 69 issues of 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...

P1

**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...

type:feature
P3
2.x

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...

bug
P1
integration:mcp

contributions wanted!
P3
integration:ollama

contributions wanted!
P3
integration:cohere

contributions wanted!
P3
integration:ollama

contributions wanted!
P3
integration:cohere

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...

P1

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...

P1

**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...

P2