Julian Risch
Julian Risch
**Is your feature request related to a problem? Please describe.** Similar to [this issue](https://github.com/deepset-ai/haystack/issues/9104) about the DOCXToDocument for docx files, we might want to add hyperlink addresses to the converted...
**Is your feature request related to a problem? Please describe.** ChatGenerators and ToolInvokers both have a tools parameter and in many pipelines, the tools parameter can be set to the...
https://haystack.deepset.ai/integrations/nvidia https://github.com/deepset-ai/haystack-core-integrations/pull/1776/files
We should standardize how we list deepset as an author across integrations. We should consistently use `{ name = "deepset GmbH", email = "[[email protected]](mailto:[email protected])" }` in addition to any community...
## Summary and motivation To give Haystack users a simple option to use Haystack pipelines with [Vespa](https://vespa.ai/) for data storage and retrieval as an alternative to [Haystack's other DocumentStore integrations](https://haystack.deepset.ai/integrations?type=Document+Store),...
## Summary and motivation Currently Haystack has a [RemoteWhisperTranscriber](https://github.com/deepset-ai/haystack/blob/main/haystack/components/audio/whisper_remote.py#L20), [LocalWhisperTranscriber](https://github.com/deepset-ai/haystack/blob/main/haystack/components/audio/whisper_local.py#L34) and an integration with [Elevenlabs](https://haystack.deepset.ai/integrations/elevenlabs). This issue is about adding a new integration with Gladia for real-time audio transcription: https://www.gladia.io/product/real-time...
## Summary and motivation [Chonkie](https://github.com/chonkie-inc/chonkie) is a chunking library. With [release 1.2](https://github.com/chonkie-inc/chonkie/releases/tag/v1.2.0), Chonkie comes with [8 chunkers](https://github.com/chonkie-inc/chonkie?tab=readme-ov-file#chunkers) that could all be made available in a Haystack integration. In particular, SemanticChunker...
We should make the example in cookbook recipes work with ChatPromptBuilder and ChatGenerator instead of Generator as we want to shift to ChatGenerators. Or consider taking outdated recipes offline. I...
A user on discord ran into problems when trying to modify https://github.com/deepset-ai/haystack-cookbook/blob/main/notebooks/chat_with_SQL_3_ways.ipynb We should make the example work with ChatPromptBuilder and OpenAIChatGenerator instead as we want to shift to ChatGenerators....