mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* adding classes from experimental * adding release notes * adding tests * merging all into a single class * adding async retriever methods * Update haystack/document_stores/in_memory/document_store.py Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com> * adding missed tests --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
5 lines
163 B
YAML
5 lines
163 B
YAML
---
|
|
features:
|
|
- |
|
|
The `InMemoryDocumentStore` and the associated `InMemoryBM25Retriever` and `InMemoryEmbeddingRetriever` retrievers now support async mode.
|