Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik committed Aug 15, 2024
1 parent 8d1bcb1 commit 3a17e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/release-notes/2.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ New [`AnswerJoiner`](https://docs.haystack.deepset.ai/v2.4/docs/answerjoiner) co
### ⚠️ Deprecation Notes

- Haystack 1.x legacy filters are deprecated and will be removed in a future release. Please use the new filter style as described in the documentation - <https://docs.haystack.deepset.ai/docs/metadata-filtering>
- Deprecate the method `to_openai_format` of the `hatMessage` dataclass. This method was never intended to be public and was only used internally. Now, each Chat Generator will know internally how to convert the messages to the format of their specific provider.
- Deprecate the method `to_openai_format` of the `ChatMessage` dataclass. This method was never intended to be public and was only used internally. Now, each Chat Generator will know internally how to convert the messages to the format of their specific provider.
- Deprecate the unused `debug` parameter in the `Pipeline.run` method.
- `SentenceWindowRetrieval` is deprecated and will be removed in future. Use `SentenceWindowRetriever` instead.

Expand Down

0 comments on commit 3a17e08

Please sign in to comment.