mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 16:08:38 +00:00
* bug fix * add release note * Update releasenotes/notes/fix-stop-words-strip-issue-22ce51306e7b91e4.yaml Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> * Update releasenotes/notes/fix-stop-words-strip-issue-22ce51306e7b91e4.yaml Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> --------- Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
5 lines
166 B
YAML
5 lines
166 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Ensure the leading whitespace in the generated text is preserved when using `stop_words` in the Hugging Face invocation layer of the PromptNode.
|