mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-29 08:49:07 +00:00
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`.
|