mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 00:30:09 +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.
|