haystack/releasenotes/notes/rework-memory-retriever-73c5d3221bd96759.yaml
Silvano Cerza 4bc68cbc2f
Rework MemoryRetriever (#5582)
* Remove DocumentStoreAwareMixin from MemoryRetriever

* Add release notes

* Update an article

---------

Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
2023-08-18 16:33:35 +02:00

5 lines
158 B
YAML

---
features:
- Rework `MemoryRetriever` to remove `DocumentStoreAwareMixin`.
Now we require a `MemoryDocumentStore` when initialisating the retriever.