Julian Risch
Julian Risch
we would need to check how to check if the output is a dict maybe even without running the component. Ideally we could check this when a component is initialized.
Thanks for sharing this idea! Instead of renaming `add_component` to `add`, we could also newly introduce an `add_pipeline` and an `add`. The latter could call either `add_component` or `add_pipeline` depending...
@Srimathi10 Have you considered switching to Haystack version 2.x and using one of the [many other DocumentStores](https://docs.haystack.deepset.ai/docs/choosing-a-document-store) we have available in the most recent version of Haystack?
Closing as _won't fix_ in Haystack version 1.x. Please switch to version 2.x.
Hello @antrix , Thank you for opening this issue. I would like to better understand if you see any reason against using the VertexAIGeminiChatGenerator for your use case? If you...
Hi @D1m7asis , congrats on the merged PR #2267 . As a follow up, there are a couple smaller tasks listed in the issue above. Could you support us please...
Thanks @wochinge makes sense to me. We could look into this starting with OpenSearchDocumentStore and based on the feedback we get there add the capabilities to other DocumentStores too. Then...
Subsequent pull requests implementing `delete_all_documents()` for the various DocumentStores should be similar to the pull request we have open for OpenSearchDocumentStore https://github.com/deepset-ai/haystack-core-integrations/pull/2321
Hello @2-ulfhednar-2 thanks for opening this issue. I wasn't able to reproduce it with the latest version of the integration. Here is the code I used: ```python from haystack_integrations.components.rankers.nvidia import...
The issue occurs with self-hosted models only and that's why my code examples above couldn't reproduce the issue.