Sebastian Husch Lee
Sebastian Husch Lee
**Is your feature request related to a problem? Please describe.** I would like to add a `calibration_factor` similar as to the ExtractiveReader https://github.com/deepset-ai/haystack/blob/5ac56ebdaf18c6f1fefb63098c69a96b579181eb/haystack/components/readers/extractive.py#L66 to the TransformersSimilarityRanker to similarly calibrate the...
**Is your feature request related to a problem? Please describe.** Currently the `DocumentSplitter` in Haystack is relatively basic and recently we have seen that semantic splitting has greatly gained in...
### Related Issues - fixes #issue-number ### Proposed Changes: Adds `DALLEImageGenerator` which calls OpenAI's image generation endpoint to generate images based on a prompt. ### How did you test it?...
When creating a new custom component that uses a Haystack `Secret` in it's init method I forgot to create explicit `to_dict` and `from_dict` methods to handle the serialization of the...
I really like the `ConditionalRouter` since it enables a lot of agentic type use cases. However, it can be a little difficult to use since it relies on good knowledge...
### Related Issues - fixes https://github.com/deepset-ai/haystack/issues/8353 ### Proposed Changes: ### How did you test it? ### Notes for the reviewer ### Checklist - I have read the [contributors guidelines](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md) and...
There are often times I'd prefer the PromptBuilder to always require all variables defined within the Jinja2 template before running. I realize we can accomplish this with the `required_variables` parameter,...
Unsure if this would classify as a bug or a feature, but the Document equality method does a direct dict comparison between two documents. I think this is potentially sub-optimal...
It'd be nice to be able to change the system prompt at run time to allow for easier experimentation when working with pipelines defined in yaml files. Otherwise it requires...
The AzureConverter (in Haystack v1) and the AzureOCRConverter (in Haystack v2) use the azure-ai-formrecognizer package. A new package azure-ai-documentintelligence has been released about 8 months ago that is meant to...