haystack/releasenotes/notes/rm-docstore-decorator-d8d2ebfdf1d9702e.yaml
Stefano Fiorucci 4912f7cb58
refactor!: improve the deserialization logic for components that use a Document Store (#6466)
* improve deserialization

* rm ds decorator

* improve tests

* fix pylint

* rm decorator from module init

* rm decorator

* rm decorator from factory

* fix tests

* release note

* rm print
2023-12-04 15:17:28 +01:00

6 lines
182 B
YAML

---
enhancements:
- |
Improve the deserialization logic for components that use a Document Store.
Remove the @document_store decorator and the registry of Document Stores.