mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 23:48:53 +00:00
* Remove DocumentStoreAwareMixin from MemoryRetriever * Add release notes * Update an article --------- Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
5 lines
158 B
YAML
5 lines
158 B
YAML
---
|
|
features:
|
|
- Rework `MemoryRetriever` to remove `DocumentStoreAwareMixin`.
|
|
Now we require a `MemoryDocumentStore` when initialisating the retriever.
|