v2.1.1-rc1
版本发布时间: 2024-05-09 23:19:46
deepset-ai/haystack最新发布版本:v2.4.0(2024-08-15 17:39:00)
Release Notes
v2.1.1-rc1
⚡️ Enhancement Notes
- Make
SparseEmbedding
a dataclass, this makes it easier to use the class with Pydantic
🐛 Bug Fixes
- Fix the broken serialization of
HuggingFaceAPITextEmbedder
,HuggingFaceAPIDocumentEmbedder
,HuggingFaceAPIGenerator
, andHuggingFaceAPIChatGenerator
. - Add
to_dict
method toDocumentRecallEvaluator
to allow proper serialization of the component.