โก๏ธ Enhancement Notes
- Make
SparseEmbeddinga dataclass, this makes it easier to use the class with Pydantic
๐ Bug Fixes
- Fix the broken serialization of
HuggingFaceAPITextEmbedder,HuggingFaceAPIDocumentEmbedder,HuggingFaceAPIGenerator, andHuggingFaceAPIChatGenerator. - Add
to_dictmethod toDocumentRecallEvaluatorto allow proper serialization of the component.
