mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00
8 lines
373 B
YAML
8 lines
373 B
YAML
![]() |
---
|
||
|
fixes:
|
||
|
- |
|
||
|
For components that support multiple Document Stores, prioritize using the specific `from_dict` class method
|
||
|
for deserialization when available. Otherwise, fall back to the generic `default_from_dict` method.
|
||
|
This impacts the following generic components: `CacheChecker`, `DocumentWriter`, `FilterRetriever`, and
|
||
|
`SentenceWindowRetriever`.
|