haystack/releasenotes/notes/use-document-store-from-dict-db7975d0e0e5e451.yaml

8 lines
373 B
YAML
Raw Normal View History

---
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`.