bogdankostic
986472c26f
feat: Add BM25 support for tables in InMemoryDocumentStore ( #4090 )
...
* Add BM25 support for tables in InMemoryDocumentStore
* Add table type to query method
* Fix import order
* Adapt tests
2023-02-09 10:47:35 +01:00
tstadel
c1c1c97bb2
feat: add query_by_embedding_batch ( #3546 )
...
* add query_by_embedding_batch
* fix mypy
* fix pylint
* add test
* move query_by_embedding_batch to search_engine
* fix and add tests
* fix pylint
* remove Retriever query logs
* add test for multimodal batch retrieval
* allow for np.ndarray
2022-12-08 08:28:43 +01:00
Massimiliano Pippi
a15af7f8c3
refactor: Move InMemoryDocumentStore
tests to their own class ( #3614 )
...
* move tests to their own class
* move more tests
* add specific job
* fix test
* Update test/document_stores/test_memory.py
Co-authored-by: Sara Zan <sara.zanzottera@deepset.ai>
Co-authored-by: Sara Zan <sara.zanzottera@deepset.ai>
2022-11-23 15:33:46 +01:00