David S. Batista
David S. Batista
@sjrl @silvanocerza good news - I think "I found the bug", running the `StringJoin` on the [subgrah](https://github.com/deepset-ai/haystack/tree/subgraphs) branch works, you get the expected output: `{'joiner': {'output': "Builder 1: What's Natural...
Hi @sjrl - here's a draft PR: https://github.com/deepset-ai/haystack/pull/8423/files Let me know if this is what you are after. We then need to add it to every possible generator, to make...
@srini047 any chance you have to run this script on XPU hardware? ```python from typing import Dict, Any from haystack.components.embedders import SentenceTransformersTextEmbedder from haystack.utils.device import ComponentDevice, Device def test_device(device: ComponentDevice,...
Changed the code support the 3 uses cases without loss of information: - no system prompt - using a system prompt defined at init - using a system prompt defined...
NOTE: this is an old PR, I just updated it to see if it has any conflicts - note 100% sure if it still make sense, also OK if we...
I will close this for now, we can look into it later if necessary
Hi @n-drury! Sorry for the late reply, but thanks for pointing this out! Currently it seems the tests are breaking. To understand your use case a bit more, can we...
Hi @n-drury! Can you test the new release 1.0.0 and confirm the bug is fixed?
Hi @sanjayc2, I suspect that what you try to achieve can be done solely by relying on OpenSearch functionalities. First, I think you need to specify that a certain field...
seems this is solved on the new release, I will close this issue.