ramgarg102
51f0a56e5d
delete_all_documents() replaced by delete_documents() ( #1377 )
...
* [UPDT] delete_all_documents() replaced by delete_documents()
* [UPDT] warning logs to be fixed
* [UPDT] delete_all_documents() renamed and the same method added
Co-authored-by: Ram Garg <ramgarg102@gmai.com>
2021-08-30 15:18:28 +02:00
Malte Pietsch
a0921f0c35
Remove Finder
( #1326 )
...
* deprecate finder
* remove import
* add doc section for moving from finder to pipelines
2021-08-09 13:41:40 +02:00
Ikram Ali
b76ed4c5a4
Add options for handling duplicate documents (skip, fail, overwrite) ( #1088 )
...
* [document_stores] Duplicate document implmentation added for memorystore.
* [document_stores]duplicate documents implementation done for faiss store.
* [document_store] Duplicate document feature added for elasticsearch document store fixed #1069
* [document_store] Duplicate documents feature added for milvus document store and bug fixed in faiss document store fixed #1069
* [document_store] Code refactored fixed #1069
* [document_store]Test cases refactored.
* [document_store] mypy issue fixed.
* [test_case] faiss and milvus test case refactored to support duplicate documents implementation. fixed #1069
* [document_store] duplicate_documents_options code refactored.
* [document_store] Code refactored.
2021-05-25 13:30:06 +02:00
oryx1729
8a57f6b16a
Update tests for FAISSDocumentStore ( #999 )
2021-04-27 09:55:31 +02:00
Tanay Soni
fd5c5dd23c
Introduce incremental updates for embeddings in document stores ( #812 )
2021-02-09 21:25:01 +01:00
Lalit Pagaria
9f7f95221f
Milvus integration ( #771 )
...
* Initial commit for Milvus integration
* Add latest docstring and tutorial changes
* Updating implementation of Milvus document store
* Add latest docstring and tutorial changes
* Adding tests and updating doc string
* Add latest docstring and tutorial changes
* Fixing issue caught by tests
* Addressing review comments
* Fixing mypy detected issue
* Fixing issue caught in test about sorting of vector ids
* fixing test
* Fixing generator test failure
* update docstrings
* Addressing review comments about multiple network call while fetching embedding from milvus server
* Add latest docstring and tutorial changes
* Ignoring mypy issue while converting vector_id to int
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Malte Pietsch <malte.pietsch@deepset.ai>
2021-01-29 13:29:12 +01:00