ZanSara
|
f49bd3a12f
|
feat: introduce Store protocol (v2) (#5259)
* add protocol and adapt pipeline
* review feedback & update tests
* pylint
* Update haystack/preview/document_stores/protocols.py
Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
* Update haystack/preview/document_stores/memory/document_store.py
Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
* docstring of Store
* adapt memorydocumentstore
* fix tests
---------
Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
|
2023-07-07 12:10:08 +02:00 |
|
Vladimir Blagojevic
|
bc86f57715
|
feat: BM25 retrieval for MemoryDocumentStore (#5151)
|
2023-06-27 17:42:23 +02:00 |
|
ZanSara
|
3a6db68408
|
feat: allow filtering documents on all fields (v2) (#4773)
* extend tests
* remove stray test
* pylint
* mypy
* review feedback
* fix tests
* fix last tests
* remove comment
* remove print statement
* pylint
* add flatten test
* remove direct acces/ direct write in docstore tests
* fix tests
|
2023-05-10 16:33:47 +02:00 |
|
ZanSara
|
9cb153d0f4
|
fix: add unit markers to several v2 tests (#4851)
* add markers
* remove stray marker
|
2023-05-10 13:46:13 +02:00 |
|
ZanSara
|
a9ec954c45
|
bug: fix filtering in MemoryDocumentStore (v2) (#4768)
* fix filtering bug
* pylint
* improve asserts
|
2023-05-03 09:33:12 +02:00 |
|
ZanSara
|
f2106ab37b
|
feat: initial implementation of MemoryDocumentStore for new Pipelines (#4447)
* add stub implementation
* reimplementation
* test files
* docstore tests
* tests for document
* better testing
* remove mmh3
* readme
* only store, no retrieval yet
* linting
* review feedback
* initial filters implementation
* working on filters
* linters
* filtering works and is isolated by document store
* simplify filters
* comments
* improve filters matching code
* review feedback
* pylint
* move logic into_create_id
* mypy
|
2023-04-13 09:36:23 +02:00 |
|