haystack/releasenotes/notes/memory-embedding-retrieval-06f384baa04a63f7.yaml
Stefano Fiorucci b7bea3ae9c
MemoryDocumentStore - Embedding retrieval (2.0) (#5715)
* MemoryDocumentStore - Embedding retrieval draft

* add release notes

* fix mypy

* better comment

* improve return_embeddings handling

* address PR comments

* update docstrings

* incorporated feeback

---------

Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
2023-09-07 15:44:07 +02:00

7 lines
217 B
YAML

---
preview:
- |
Add `embedding_retrieval` method to `MemoryDocumentStore`,
which allows to retrieve the relevant Documents, given a query embedding.
It will be called by the `MemoryEmbeddingRetriever`.