mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
* 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
6 lines
182 B
YAML
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.
|