mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 00:11:14 +00:00

* 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>
7 lines
217 B
YAML
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`.
|