Julian Risch
Julian Risch
Thanks for the initiative @MetroCat69 Sure, please feel free to create a draft pull request early on so that we can give feedback.
Haystack 2.5.0 release is out: https://github.com/deepset-ai/haystack/releases/tag/v2.5.0 so we can follow up here
Hello @CarlosFerLo in my opinion we don't need to make any changes to the Haystack code base here. For having an else branch, all a user needs to do is...
I opened a related issue in haystack-tutorials https://github.com/deepset-ai/haystack-tutorials/issues/341
Thank you @fhamborg for the suggestion to truncate specific parts of the prompt. We are tracking this with #6593 Regarding the error caused by the input length, you could set...
This is issue blocked by removing the support for the legacy filter syntax.
@alecrimi in addition to the other links in this issue, I can recommend having a look at the following python notebook: https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/chroma-indexing-and-rag-examples.ipynb It explains how to install the required dependency,...
Related publication https://deepmind.google/research/publications/157741/
I closed the other issue as a duplicate now. Here is context from the other issue. Currently, the pipeline calls warmup on all its components that implement warm_up when the...
I agree that the name is misleading. At least the docstring we have explains it better. `:param max_loops_allowed: How many times the pipeline can run the same node before throwing...